Created
February 10, 2017 19:41
-
-
Save greatseth/74407d826b0df6967c574ffacf2e8c42 to your computer and use it in GitHub Desktop.
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
_\m/ ~/p/generator-interactive (master #) | npm install -g node-inspector | |
> [email protected] preinstall /usr/local/lib/node_modules/.staging/v8-debug-5be573b2 | |
> node -e 'process.exit(0)' | |
> [email protected] preinstall /usr/local/lib/node_modules/.staging/v8-profiler-4971d27a | |
> node -e 'process.exit(0)' | |
/usr/local/bin/node-inspector -> /usr/local/lib/node_modules/node-inspector/bin/inspector.js | |
/usr/local/bin/node-debug -> /usr/local/lib/node_modules/node-inspector/bin/node-debug.js | |
> [email protected] install /usr/local/lib/node_modules/node-inspector/node_modules/v8-debug | |
> node-pre-gyp install --fallback-to-build | |
node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/debug/v0.7.7/node-v51-darwin-x64.tar.gz | |
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v51 ABI) (falling back to source compile with node-gyp) | |
CXX(target) Release/obj.target/debug/src/debug.o | |
../src/debug.cc:38:27: error: too few arguments to function call, expected at least 2, have 1 | |
v8::Debug::Call(fn); | |
~~~~~~~~~~~~~~~ ^ | |
/Users/srasmussen/.node-gyp/7.5.0/include/node/v8-debug.h:198:3: note: 'Call' declared here | |
static MaybeLocal<Value> Call(Local<Context> context, | |
^ | |
../src/debug.cc:46:61: error: too few arguments to function call, single argument 'isolate' was not specified | |
Isolate* debug_isolate = v8::Debug::GetDebugContext()->GetIsolate(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Users/srasmussen/.node-gyp/7.5.0/include/node/v8-debug.h:248:3: note: 'GetDebugContext' declared here | |
static Local<Context> GetDebugContext(Isolate* isolate); | |
^ | |
../src/debug.cc:61:67: error: too few arguments to function call, single argument 'isolate' was not specified | |
Local<Context> debug_context = v8::Debug::GetDebugContext(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Users/srasmussen/.node-gyp/7.5.0/include/node/v8-debug.h:248:3: note: 'GetDebugContext' declared here | |
static Local<Context> GetDebugContext(Isolate* isolate); | |
^ | |
../src/debug.cc:66:54: error: too few arguments to function call, single argument 'isolate' was not specified | |
debug_context = v8::Debug::GetDebugContext(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Users/srasmussen/.node-gyp/7.5.0/include/node/v8-debug.h:248:3: note: 'GetDebugContext' declared here | |
static Local<Context> GetDebugContext(Isolate* isolate); | |
^ | |
4 errors generated. | |
make: *** [Release/obj.target/debug/src/debug.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:276:23) | |
gyp ERR! stack at emitTwo (events.js:106:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:192:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) | |
gyp ERR! System Darwin 13.4.0 | |
gyp ERR! command "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64/debug.node" "--module_name=debug" "--module_path=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64" | |
gyp ERR! cwd /usr/local/lib/node_modules/node-inspector/node_modules/v8-debug | |
gyp ERR! node -v v7.5.0 | |
gyp ERR! node-gyp -v v3.5.0 | |
gyp ERR! not ok | |
node-pre-gyp ERR! build error | |
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/7.5.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64/debug.node --module_name=debug --module_path=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64' (1) | |
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/node-inspector/node_modules/node-pre-gyp/lib/util/compile.js:83:29) | |
node-pre-gyp ERR! stack at emitTwo (events.js:106:13) | |
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:192:7) | |
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:890:16) | |
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) | |
node-pre-gyp ERR! System Darwin 13.4.0 | |
node-pre-gyp ERR! command "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/lib/node_modules/node-inspector/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" | |
node-pre-gyp ERR! cwd /usr/local/lib/node_modules/node-inspector/node_modules/v8-debug | |
node-pre-gyp ERR! node -v v7.5.0 | |
node-pre-gyp ERR! node-pre-gyp -v v0.6.33 | |
node-pre-gyp ERR! not ok | |
Failed to execute '/usr/local/Cellar/node/7.5.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64/debug.node --module_name=debug --module_path=/usr/local/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v51-darwin-x64' (1) | |
/usr/local/lib | |
└── (empty) | |
npm ERR! Darwin 13.4.0 | |
npm ERR! argv "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/bin/npm" "install" "-g" "node-inspector" | |
npm ERR! node v7.5.0 | |
npm ERR! npm v4.1.2 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the v8-debug package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-pre-gyp install --fallback-to-build | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs v8-debug | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls v8-debug | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/srasmussen/p/generator-interactive/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment