Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not found file https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v57-win32-x64.tar.gz #1031

Closed
sanchezzzhak opened this issue Dec 25, 2017 · 6 comments

Comments

@sanchezzzhak
Copy link

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>debug/v1.0.1/node-v57-win32-x64.tar.gz</Key>
<RequestId>60422E2FE58F1918</RequestId>
<HostId>
oZAFxY2/sLrp3mSFgI5URhiePdU7RN0FlInY7U4xoOgYf3vv0y4k42MFM3V+t+0bvL86c4z9UIk=
</HostId>
</Error>
@hemith
Copy link

hemith commented Dec 27, 2017

macOS too.

npm install -g node-inspector

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.3 (node-v57 ABI, unknown) (falling back to source compile with node-gyp)

@whusl
Copy link

whusl commented Jan 22, 2018

node-inspector do not support node v8 debug api, you can get the latest method from my blog

@aminshoman
Copy link

Node 8 brings a big break change in the debug api which is too difficult to implement in Node Inspector. Besides it provides a built-in DevTools-based debugger which mostly deprecates Node Inspector. So basically you can just use the built-in debugger tools. https://nodejs.org/en/docs/inspector/

you can get use the same results by running the --inspector option

$ node --inspect server.js

@RocGit
Copy link

RocGit commented Dec 27, 2018

npm install -g node-inspector@0.7.5 maybe ok

@wangyapeng
Copy link

ou.it's confused

@sanchezzzhak
Copy link
Author

reason close: I closed this issue because I don't see the error anymore. if you encounter an error, create a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants