Skip to content

Instantly share code, notes, and snippets.

@ide
Created November 19, 2015 03:53
Show Gist options
  • Select an option

  • Save ide/60a5fb5a5352226a4e1e to your computer and use it in GitHub Desktop.

Select an option

Save ide/60a5fb5a5352226a4e1e to your computer and use it in GitHub Desktop.
React Native E2E test error
ide:react-native·master$ ./scripts/e2e-test.sh
> crypt3@0.1.8 install /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/crypt3
> node-gyp rebuild
CXX(target) Release/obj.target/crypt3/crypt3.o
In file included from ../crypt3.cc:7:
../node_modules/nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal'
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) {
^
../node_modules/nan/nan.h:256:25: note: previous definition is here
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) {
^
../node_modules/nan/nan.h:661:13: error: no member named 'smalloc' in namespace
'node'
, node::smalloc::FreeCallback callback
~~~~~~^
../node_modules/nan/nan.h:672:12: error: no matching function for call to 'New'
return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
^~~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:31:40: note: candidate
function not viable: no known conversion from 'uint32_t'
(aka 'unsigned int') to 'enum encoding' for 3rd argument
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:43:40: note: candidate
function not viable: 2nd argument ('const char *') would lose const
qualifier
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:28:40: note: candidate
function not viable: requires 2 arguments, but 3 were provided
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:36:40: note: candidate
function not viable: requires 5 arguments, but 3 were provided
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
In file included from ../crypt3.cc:7:
../node_modules/nan/nan.h:676:12: error: no viable conversion from
'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object>'
return node::Buffer::New(v8::Isolate::GetCurrent(), size);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:210:7: note: candidate constructor
(the implicit copy constructor) not viable: no known conversion from
'v8::MaybeLocal<v8::Object>' to 'const v8::Local<v8::Object> &' for 1st
argument
class Local {
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:210:7: note: candidate constructor
(the implicit move constructor) not viable: no known conversion from
'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object> &&' for 1st argument
class Local {
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:214:13: note: candidate template
ignored: could not match 'Local' against 'MaybeLocal'
V8_INLINE Local(Local<S> that)
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:326:13: note: candidate template
ignored: could not match 'S *' against 'v8::MaybeLocal<v8::Object>'
V8_INLINE Local(S* that)
^
In file included from ../crypt3.cc:7:
../node_modules/nan/nan.h:683:26: error: no member named 'Use' in namespace
'node::Buffer'
return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
~~~~~~~~~~~~~~^
../crypt3.cc:29:30: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
return NanThrowError(node::ErrnoException(errno, "crypt"));
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
In file included from ../crypt3.cc:3:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Primitive *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:414:12: note: in instantiation of function template
specialization 'v8::Local<v8::Primitive>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(v8::Undefined(v8::Isolate::GetCurrent())));
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../crypt3.cc:3:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Boolean *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:424:12: note: in instantiation of function template
specialization 'v8::Local<v8::Boolean>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(v8::True(v8::Isolate::GetCurrent())));
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../crypt3.cc:3:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Function *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:1514:12: note: in instantiation of function template
specialization 'v8::Local<v8::Function>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(handle)->Get(kCallbackIndex)
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../crypt3.cc:3:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Object *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:1632:12: note: in instantiation of function template
specialization 'v8::Local<v8::Object>::Local<v8::Value>' requested here
return NanEscapeScope(handle->Get(NanNew(key)).As<v8::Object>());
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
1 warning and 9 errors generated.
make: *** [Release/obj.target/crypt3/crypt3.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 15.0.0
gyp ERR! command "/Users/ide/.nvm/versions/node/v4.2.1/bin/node" "/Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/crypt3
gyp ERR! node -v v4.2.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
> fs-ext@0.4.5 install /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/fs-ext
> node-gyp configure build
CXX(target) Release/obj.target/fs-ext/fs-ext.o
In file included from ../fs-ext.cc:27:
../node_modules/nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal'
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) {
^
../node_modules/nan/nan.h:256:25: note: previous definition is here
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) {
^
../node_modules/nan/nan.h:661:13: error: no member named 'smalloc' in namespace
'node'
, node::smalloc::FreeCallback callback
~~~~~~^
../node_modules/nan/nan.h:672:12: error: no matching function for call to 'New'
return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
^~~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:31:40: note: candidate
function not viable: no known conversion from 'uint32_t'
(aka 'unsigned int') to 'enum encoding' for 3rd argument
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:43:40: note: candidate
function not viable: 2nd argument ('const char *') would lose const
qualifier
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:28:40: note: candidate
function not viable: requires 2 arguments, but 3 were provided
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
^
/Users/ide/.node-gyp/4.2.1/include/node/node_buffer.h:36:40: note: candidate
function not viable: requires 5 arguments, but 3 were provided
NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
^
In file included from ../fs-ext.cc:27:
../node_modules/nan/nan.h:676:12: error: no viable conversion from
'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object>'
return node::Buffer::New(v8::Isolate::GetCurrent(), size);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:210:7: note: candidate constructor
(the implicit copy constructor) not viable: no known conversion from
'v8::MaybeLocal<v8::Object>' to 'const v8::Local<v8::Object> &' for 1st
argument
class Local {
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:210:7: note: candidate constructor
(the implicit move constructor) not viable: no known conversion from
'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object> &&' for 1st argument
class Local {
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:214:13: note: candidate template
ignored: could not match 'Local' against 'MaybeLocal'
V8_INLINE Local(Local<S> that)
^
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:326:13: note: candidate template
ignored: could not match 'S *' against 'v8::MaybeLocal<v8::Object>'
V8_INLINE Local(S* that)
^
In file included from ../fs-ext.cc:27:
../node_modules/nan/nan.h:683:26: error: no member named 'Use' in namespace
'node::Buffer'
return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
~~~~~~~~~~~~~~^
../fs-ext.cc:108:15: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
argv[0] = ErrnoException(store_data->error);
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:156:5: warning: 'FatalException' is deprecated: Use
FatalException(isolate, ...) [-Wdeprecated-declarations]
FatalException(try_catch);
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:283:29: note: 'FatalException' has
been explicitly marked deprecated here
inline void FatalException(const v8::TryCatch& try_catch) {
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:299:38: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
if (i != 0) return NanThrowError(ErrnoException(errno));
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:343:49: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
if (offs_result == -1) return NanThrowError(ErrnoException(errno));
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:380:44: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
if (result == -1) return NanThrowError(ErrnoException(errno));
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:439:40: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
if (ret != 0) return NanThrowError(ErrnoException(errno, "utime", ""...
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
../fs-ext.cc:476:40: warning: 'ErrnoException' is deprecated: Use
UVException(isolate, ...) [-Wdeprecated-declarations]
if (ret != 0) return NanThrowError(ErrnoException(errno, "statvfs", "...
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:100:45: note: 'ErrnoException' has
been explicitly marked deprecated here
inline v8::Local<v8::Value> ErrnoException(
^
/Users/ide/.node-gyp/4.2.1/include/node/node.h:66:42: note: expanded from macro
'NODE_DEPRECATED'
__attribute__((deprecated(message))) declarator
^
In file included from ../fs-ext.cc:20:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Primitive *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:414:12: note: in instantiation of function template
specialization 'v8::Local<v8::Primitive>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(v8::Undefined(v8::Isolate::GetCurrent())));
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../fs-ext.cc:20:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Boolean *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:424:12: note: in instantiation of function template
specialization 'v8::Local<v8::Boolean>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(v8::True(v8::Isolate::GetCurrent())));
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../fs-ext.cc:20:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Function *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:1514:12: note: in instantiation of function template
specialization 'v8::Local<v8::Function>::Local<v8::Value>' requested here
return NanEscapeScope(NanNew(handle)->Get(kCallbackIndex)
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
In file included from ../fs-ext.cc:20:
In file included from /Users/ide/.node-gyp/4.2.1/include/node/node.h:42:
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:221:5: error: assigning to
'v8::Object *volatile' from incompatible type 'v8::Value *'
TYPE_CHECK(T, S);
^~~~~~~~~~~~~~~~
/Users/ide/.node-gyp/4.2.1/include/node/v8.h:180:37: note: expanded from macro
'TYPE_CHECK'
*(static_cast<T* volatile*>(0)) = static_cast<S*>(0); \
^ ~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:1632:12: note: in instantiation of function template
specialization 'v8::Local<v8::Object>::Local<v8::Value>' requested here
return NanEscapeScope(handle->Get(NanNew(key)).As<v8::Object>());
^
../node_modules/nan/nan.h:398:30: note: expanded from macro 'NanEscapeScope'
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val))
^
7 warnings and 9 errors generated.
make: *** [Release/obj.target/fs-ext/fs-ext.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 15.0.0
gyp ERR! command "/Users/ide/.nvm/versions/node/v4.2.1/bin/node" "/Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp ERR! cwd /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/fs-ext
gyp ERR! node -v v4.2.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm WARN optional dep failed, continuing crypt3@0.1.8
> dtrace-provider@0.4.0 install /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/bunyan/node_modules/dtrace-provider
> node scripts/install.js
---------------
Building dtrace-provider failed with exit code 1 and signal 0
re-run install with environment variable V set to see the build output
---------------
npm WARN optional dep failed, continuing fs-ext@0.4.5
/Users/ide/.nvm/versions/node/v4.2.1/bin/sinopia -> /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/bin/sinopia
npm WARN unmet dependency /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents/node_modules/fstream-ignore requires fstream@'~0.1.17' but will load
npm WARN unmet dependency /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents/node_modules/fstream,
npm WARN unmet dependency which is version 1.0.8
sinopia@1.4.0 /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia
├── sinopia-htpasswd@0.4.5
├── async@0.9.2
├── es6-shim@0.21.1
├── http-errors@1.3.1 (statuses@1.2.1, inherits@2.0.1)
├── commander@2.8.1 (graceful-readlink@1.0.1)
├── cookies@0.5.0 (keygrip@1.0.1)
├── jju@1.2.0
├── readable-stream@1.1.13 (string_decoder@0.10.31, isarray@0.0.1, core-util-is@1.0.1, inherits@2.0.1)
├── minimatch@1.0.0 (sigmund@1.0.1, lru-cache@2.6.4)
├── mkdirp@0.5.1 (minimist@0.0.8)
├── express-json5@0.1.0 (raw-body@1.3.4)
├── semver@4.3.5
├── JSONStream@1.0.3 (jsonparse@1.0.0, through@2.3.7)
├── body-parser@1.12.4 (content-type@1.0.1, bytes@1.0.0, depd@1.0.1, qs@2.4.2, raw-body@2.0.2, debug@2.2.0, iconv-lite@0.4.8, on-finished@2.2.1, type-is@1.6.2)
├── compression@1.4.4 (bytes@1.0.0, on-headers@1.0.0, vary@1.0.0, debug@2.2.0, compressible@2.0.2, accepts@1.2.7)
├── express@5.0.0-alpha.1 (utils-merge@1.0.0, media-typer@0.3.0, range-parser@1.0.2, content-disposition@0.5.0, parseurl@1.3.0, merge-descriptors@0.0.2, cookie@0.1.2, fresh@0.2.4, serve-static@1.7.2, finalhandler@0.3.2, escape-html@1.0.1, cookie-signature@1.0.5, vary@1.0.0, path-to-regexp@0.1.3, methods@1.1.0, depd@1.0.1, qs@2.3.2, on-finished@2.1.1, proxy-addr@1.0.8, send@0.10.1, debug@2.1.3, type-is@1.5.7, accepts@1.1.4, etag@1.5.1)
├── lunr@0.5.9
├── highlight.js@8.6.0
├── request@2.56.0 (aws-sign2@0.5.0, forever-agent@0.6.1, oauth-sign@0.8.0, caseless@0.10.0, tunnel-agent@0.4.0, stringstream@0.0.4, isstream@0.1.2, json-stringify-safe@5.0.1, node-uuid@1.4.3, qs@3.1.0, mime-types@2.0.12, combined-stream@1.0.3, tough-cookie@1.2.0, form-data@0.2.0, http-signature@0.11.0, bl@0.9.4, hawk@2.3.1, har-validator@1.7.1)
├── js-yaml@3.3.1 (esprima@2.2.0, argparse@1.0.2)
├── render-readme@1.3.0 (sanitize-html@1.6.1, markdown-it@4.2.1)
├── handlebars@2.0.0 (optimist@0.3.7, uglify-js@2.3.6)
└── bunyan@1.3.5 (safe-json-stringify@1.0.3, mv@2.0.3, dtrace-provider@0.4.0)
{ [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
npm WARN using --force I sure hope you know what you are doing.
warn --- config file - /Users/ide/Code/react-native/scripts/e2e-sinopia.config.yml
- react-native
npm WARN using --force I sure hope you know what you are doing.
- react-native-cli
+ react-native@0.12.0
+ react-native-cli@0.1.7
/Users/ide/.nvm/versions/node/v4.2.1/bin/react-native -> /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/react-native-cli/index.js
npm WARN unmet dependency /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents/node_modules/fstream-ignore requires fstream@'~0.1.17' but will load
npm WARN unmet dependency /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/babel-cli/node_modules/chokidar/node_modules/fsevents/node_modules/fstream,
npm WARN unmet dependency which is version 1.0.8
react-native-cli@0.1.7 /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/react-native-cli
├── semver@5.1.0
├── chalk@1.1.1 (escape-string-regexp@1.0.3, ansi-styles@2.1.0, supports-color@2.0.0, has-ansi@2.0.0, strip-ansi@3.0.0)
└── prompt@0.2.14 (revalidator@0.1.8, pkginfo@0.3.1, read@1.0.7, winston@0.8.3, utile@0.2.1)
This will walk you through creating a new React Native project in /private/tmp/react-native-bkZLQdLx/EndToEndTest
Installing react-native package from npm...
/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:195
throw new ReferenceError(messages.get("pluginUnknown", plugin, loc, i));
^
ReferenceError: Unknown plugin "syntax-async-functions" specified in "foreign" at 0
at /private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:195:17
at Array.map (native)
at Function.normalisePlugins (/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:175:20)
at OptionManager.mergeOptions (/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:273:36)
at compile (/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/node_modules/babel-register/lib/node.js:87:15)
at loader (/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/node_modules/babel-register/lib/node.js:128:14)
at Object.require.extensions.(anonymous function) [as .js] (/private/tmp/react-native-bkZLQdLx/EndToEndTest/node_modules/react-native/node_modules/babel-core/node_modules/babel-register/lib/node.js:138:7)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
ide:react-native·master$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment