Last active
September 21, 2015 16:18
-
-
Save jessecogollo/acf7c9a433964f3d3f34 to your computer and use it in GitHub Desktop.
error npm rb
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
npm rb | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bson/ext/bson.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/connect-mongo/node_modules/mongodb/node_modules/kerberos | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/kerberos/lib/kerberos.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/grunt-blanket-mocha/node_modules/grunt-lib-phantomjs/node_modules/phantomjs | |
> node install.js | |
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-macosx.zip | |
Saving to /var/folders/kb/tqkst_l53937fs2ysp9vz19c0000gn/T/phantomjs/phantomjs-1.9.8-macosx.zip | |
Receiving... | |
[=======================================-] 97% 0.0s | |
Received 9187K total. | |
Extracting zip contents | |
Removing /Users/jessejaviercogollo/TD/TDPayment/node_modules/grunt-blanket-mocha/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom | |
Copying extracted folder /var/folders/kb/tqkst_l53937fs2ysp9vz19c0000gn/T/phantomjs/phantomjs-1.9.8-macosx.zip-extract-1442849972224/phantomjs-1.9.8-macosx -> /Users/jessejaviercogollo/TD/TDPayment/node_modules/grunt-blanket-mocha/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom | |
Writing location.js file | |
Done. Phantomjs binary available at /Users/jessejaviercogollo/TD/TDPayment/node_modules/grunt-blanket-mocha/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/lib/phantom/bin/phantomjs | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/mongoose/node_modules/mongodb/node_modules/bson | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bson/ext/bson.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/kerberos/lib/kerberos.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/socket.io/node_modules/engine.io/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
> [email protected] install /Users/jessejaviercogollo/TD/TDPayment/node_modules/karma/node_modules/chokidar/node_modules/fsevents | |
> node-gyp rebuild | |
SOLINK_MODULE(target) Release/.node | |
CXX(target) Release/obj.target/fse/fsevents.o | |
In file included from ../fsevents.cc:6: | |
In file included from ../node_modules/nan/nan.h:74: | |
In file included from ../node_modules/nan/nan_new.h:181: | |
../node_modules/nan/nan_implementation_12_inl.h:172:66: error: too many arguments to function call, expected at most 2, have 4 | |
return v8::Signature::New(v8::Isolate::GetCurrent(), receiver, argc, argv); | |
~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ | |
/Users/jessejaviercogollo/.node-gyp/4.1.0/include/node/v8.h:4675:3: note: 'New' declared here | |
static Local<Signature> New( | |
^ | |
In file included from ../fsevents.cc:6: | |
../node_modules/nan/nan.h:165:25: error: redefinition of '_NanEnsureLocal' | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:160:25: note: previous definition is here | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { | |
^ | |
../node_modules/nan/nan.h:253:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(NanNew(v8::Undefined(v8::Isolate::GetCurrent()))); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Primitive] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:258:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(NanNew(v8::Null(v8::Isolate::GetCurrent()))); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Primitive] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:263:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(NanNew(v8::True(v8::Isolate::GetCurrent()))); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Boolean] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:268:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(NanNew(v8::False(v8::Isolate::GetCurrent()))); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Boolean] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:500:13: error: no member named 'smalloc' in namespace 'node' | |
, node::smalloc::FreeCallback callback | |
~~~~~~^ | |
../node_modules/nan/nan.h:511:12: error: no matching function for call to 'New' | |
return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); | |
^~~~~~~~~~~~~~~~~ | |
/Users/jessejaviercogollo/.node-gyp/4.1.0/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/jessejaviercogollo/.node-gyp/4.1.0/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/jessejaviercogollo/.node-gyp/4.1.0/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/jessejaviercogollo/.node-gyp/4.1.0/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 ../fsevents.cc:6: | |
../node_modules/nan/nan.h:515:12: error: no viable conversion from 'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object>' | |
return node::Buffer::New(v8::Isolate::GetCurrent(), size); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/jessejaviercogollo/.node-gyp/4.1.0/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/jessejaviercogollo/.node-gyp/4.1.0/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/jessejaviercogollo/.node-gyp/4.1.0/include/node/v8.h:214:13: note: candidate template ignored: could not match 'Local' against 'MaybeLocal' | |
V8_INLINE Local(Local<S> that) | |
^ | |
/Users/jessejaviercogollo/.node-gyp/4.1.0/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 ../fsevents.cc:6: | |
../node_modules/nan/nan.h:522:26: error: no member named 'Use' in namespace 'node::Buffer' | |
return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size); | |
~~~~~~~~~~~~~~^ | |
../node_modules/nan/nan.h:1339:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(NanNew(handle)->Get(kCallbackIndex) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Function] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:1354:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(node::MakeCallback( | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Value] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../node_modules/nan/nan.h:1427:12: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(handle->Get(NanNew(key)).As<v8::Object>()); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Object] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
In file included from ../fsevents.cc:85: | |
../src/constants.cc:110:10: error: no matching function for call to '_NanEnsureLocal' | |
return NanEscapeScope(object); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:239:43: note: expanded from macro 'NanEscapeScope' | |
# define NanEscapeScope(val) scope.Escape(_NanEnsureLocal(val)) | |
^~~~~~~~~~~~~~~ | |
../node_modules/nan/nan.h:165:25: note: candidate template ignored: substitution failure [with T = v8::Object] | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
14 errors generated. | |
make: *** [Release/obj.target/fse/fsevents.o] Error 1 | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/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 14.0.0 | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /Users/jessejaviercogollo/TD/TDPayment/node_modules/karma/node_modules/chokidar/node_modules/fsevents | |
gyp ERR! node -v v4.1.0 | |
gyp ERR! node-gyp -v v3.0.1 | |
gyp ERR! not ok | |
npm ERR! Darwin 14.0.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "rb" | |
npm ERR! node v4.1.0 | |
npm ERR! npm v3.3.3 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. | |
npm ERR! This is most likely a problem with the fsevents package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-gyp rebuild | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls fsevents | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/jessejaviercogollo/TD/TDPayment/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment