Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created April 12, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daslicht/b165c99b0bc8016d99d808c3f1afa268 to your computer and use it in GitHub Desktop.
Save daslicht/b165c99b0bc8016d99d808c3f1afa268 to your computer and use it in GitHub Desktop.
api@api:~/microservice-video/dev$ npm install
> v8-debug@0.7.7 preinstall /home/api/microservice-video/dev/node_modules/.staging/v8-debug-87b3b14b
> node -e 'process.exit(0)'
> v8-profiler@5.6.5 preinstall /home/api/microservice-video/dev/node_modules/.staging/v8-profiler-40ea5c46
> node -e 'process.exit(0)'
> v8-debug@0.7.7 install /home/api/microservice-video/dev/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-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for v8-debug@0.7.7 and node@7.8.0 (node-v51 ABI) (falling back to source compile with node-gyp)
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
make: Entering directory '/home/api/microservice-video/dev/node_modules/v8-debug/build'
CXX(target) Release/obj.target/debug/src/debug.o
../src/debug.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE nodex::Debug::Call(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/debug.cc:38:27: error: no matching function for call to ‘v8::Debug::Call(v8::Local<v8::Function>&)’
v8::Debug::Call(fn);
^
In file included from ../src/debug.cc:1:0:
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:198:28: note: candidate: static v8::MaybeLocal<v8::Value> v8::Debug::Call(v8::Local<v8::Context>, v8::Local<v8::Function>, v8::Local<v8::Value>)
static MaybeLocal<Value> Call(Local<Context> context,
^
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:198:28: note: candidate expects 3 arguments, 1 provided
../src/debug.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE nodex::Debug::SendCommand(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/debug.cc:46:61: error: no matching function for call to ‘v8::Debug::GetDebugContext()’
Isolate* debug_isolate = v8::Debug::GetDebugContext()->GetIsolate();
^
In file included from ../src/debug.cc:1:0:
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate: static v8::Local<v8::Context> v8::Debug::GetDebugContext(v8::Isolate*)
static Local<Context> GetDebugContext(Isolate* isolate);
^
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate expects 1 argument, 0 provided
../src/debug.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE nodex::Debug::RunScript(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/debug.cc:61:67: error: no matching function for call to ‘v8::Debug::GetDebugContext()’
Local<Context> debug_context = v8::Debug::GetDebugContext();
^
In file included from ../src/debug.cc:1:0:
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate: static v8::Local<v8::Context> v8::Debug::GetDebugContext(v8::Isolate*)
static Local<Context> GetDebugContext(Isolate* isolate);
^
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate expects 1 argument, 0 provided
../src/debug.cc:66:54: error: no matching function for call to ‘v8::Debug::GetDebugContext()’
debug_context = v8::Debug::GetDebugContext();
^
In file included from ../src/debug.cc:1:0:
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate: static v8::Local<v8::Context> v8::Debug::GetDebugContext(v8::Isolate*)
static Local<Context> GetDebugContext(Isolate* isolate);
^
/home/api/.node-gyp/7.8.0/include/node/v8-debug.h:248:25: note: candidate expects 1 argument, 0 provided
debug.target.mk:97: recipe for target 'Release/obj.target/debug/src/debug.o' failed
make: *** [Release/obj.target/debug/src/debug.o] Error 1
make: Leaving directory '/home/api/microservice-video/dev/node_modules/v8-debug/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/api/.nvm/versions/node/v7.8.0/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:194:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Linux 4.4.0-57-generic
gyp ERR! command "/home/api/.nvm/versions/node/v7.8.0/bin/node" "/home/api/.nvm/versions/node/v7.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64/debug.node" "--module_name=debug" "--module_path=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64"
gyp ERR! cwd /home/api/microservice-video/dev/node_modules/v8-debug
gyp ERR! node -v v7.8.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 '/home/api/.nvm/versions/node/v7.8.0/bin/node /home/api/.nvm/versions/node/v7.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64/debug.node --module_name=debug --module_path=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64' (1)
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/home/api/microservice-video/dev/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:194:7)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:899:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
node-pre-gyp ERR! System Linux 4.4.0-57-generic
node-pre-gyp ERR! command "/home/api/.nvm/versions/node/v7.8.0/bin/node" "/home/api/microservice-video/dev/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /home/api/microservice-video/dev/node_modules/v8-debug
node-pre-gyp ERR! node -v v7.8.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.34
node-pre-gyp ERR! not ok
Failed to execute '/home/api/.nvm/versions/node/v7.8.0/bin/node /home/api/.nvm/versions/node/v7.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64/debug.node --module_name=debug --module_path=/home/api/microservice-video/dev/node_modules/v8-debug/build/debug/v0.7.7/node-v51-linux-x64' (1)
microservice-video@1.0.0 /home/api/microservice-video/dev
├── UNMET PEER DEPENDENCY @angular/compiler@<=2.4 >=2.2.0
└── UNMET PEER DEPENDENCY @angular/core@<=2.4 >=2.2.0
npm WARN codelyzer@2.0.0-beta.4 requires a peer of @angular/compiler@<=2.4 >=2.2.0 but none was installed.
npm WARN codelyzer@2.0.0-beta.4 requires a peer of @angular/core@<=2.4 >=2.2.0 but none was installed.
npm WARN microservice-video@1.0.0 No repository field.
npm ERR! Linux 4.4.0-57-generic
npm ERR! argv "/home/api/.nvm/versions/node/v7.8.0/bin/node" "/home/api/.nvm/versions/node/v7.8.0/bin/npm" "install"
npm ERR! node v7.8.0
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! v8-debug@0.7.7 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the v8-debug@0.7.7 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! /home/api/.npm/_logs/2017-04-12T12_04_00_577Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment