Created
November 19, 2015 03:53
-
-
Save ide/60a5fb5a5352226a4e1e to your computer and use it in GitHub Desktop.
React Native E2E test error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ide:react-native·master$ ./scripts/e2e-test.sh | |
> [email protected] 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 | |
> [email protected] 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 [email protected] | |
> [email protected] 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 [email protected] | |
/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 | |
[email protected] /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected]) | |
{ [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 | |
+ [email protected] | |
+ [email protected] | |
/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 | |
[email protected] /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/react-native-cli | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
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