node-inspector: Tried to download(undefined): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v57-linux-x64.tar.gz

when I run

 npm install -g node-inspector

throw error

node-pre-gyp ERR! Tried to download(undefined): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v57-linux-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for v8-debug@1.0.1 and node@8.9.1 (node-v57 ABI, glibc) (falling back to source compile with node-gyp) 

About this issue

  • Original URL
  • State: open
  • Created 7 years ago
  • Reactions: 30
  • Comments: 29

Most upvoted comments

npm install -g node-inspector@0.7.5 maybe ok

npm install -g node-inspector on Mac OS X 10.13.1

Gave pretty much the same error for:

  • nodejs version 8.9.1
  • npm 5.5.1
node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v57-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for v8-debug@1.0.1 and node@8.9.1 (node-v57 ABI, unknown) (falling back to source compile with node-gyp)
  CXX(target) Release/obj.target/debug/src/debug.o
../src/debug.cc:41:20: warning: 'Call' is deprecated [-Wdeprecated-declarations]
        v8::Debug::Call(context, fn);

Hi, It looks like this package does not work with node 8(#1010). For fix just change node version in petstore/Dockerfile to 6.10.2 or less than 8.