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
npm install -g node-inspector@0.7.5
maybe oknpm install -g node-inspector
on Mac OS X 10.13.1Gave pretty much the same error for:
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.