-
Notifications
You must be signed in to change notification settings - Fork 21
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
ERROR on opening 'node-inspector' #18
Comments
Same issue here except that my node-inspector is as a dependency of gulp-node-inspector. Was working previously with node 0.12. Now on node 4.2.2. Did My versions of the various libraries involved:
|
The trick is to completely delete I recommend you to don't use node without |
@3y3 Thanks! That seemed to do it. Thanks for the tip on |
@3y3, it didn't work on my side 😞 I did came across some errors (re)installing node-inspector.
|
Encountered the same issue when rebuilding for node v5. Uninstalling and reinstalling node-inspector worked again, so not really a big issue. Just confused as to why the original
|
npm uninstall -g node-inspector npm i -g node-inspector refer to: node-inspector/v8-debug#18, this can be debugged 1 line to 1 line. current node version is v5.6.0, npm version is 3.10.3
When I open node-inspector in the browser, I immediately get this error through the browser's console:
And there are no error thrown to the terminal.
I searched for the file and the closest match is '.../node-v47-darwin-x64/debug.node'
Your file, your issue?
Or should I submit this issue to the 'node-inspector' module?
The text was updated successfully, but these errors were encountered: