Cannot find debug.node
See original GitHub issueI get the error
Error: Cannot find module '/usr/lib/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.7.7/node-v48-linux-x64/debug.node'
I looked inside debug/v0.7.7/ and there is only a folder called node-v11-linux-x64
I tried making a symbolic link called node-v48-linux-x64
but that causes Error: Module did not self-register.
Which would be fine, but everything behaves strangely. For instance, there is no visual indication that a debugger;
has been triggered and I have to cycle continue and pause manually.
This is on Fedora 23 latest stable node and npm.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
"Cannot find debug adapter for type 'node'. " - Stack Overflow
when I run I get an error Cannot find debug adapter for type 'node'. VS Code NodeJs Debugger Error. My code version is...
Read more >Node debugger fails with the error message "Cannot find ...
Node debugger fails with the error message "Cannot find debug adapter for type 'node'". The VSCode Version: Version: 1.37.1 (system setup)
Read more >Debug Node.js Apps using Visual Studio Code
The Visual Studio Code editor includes Node.js debugging support. Set breakpoints, step-in, inspect variables and more.
Read more >debug - npm
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers. Installation. $ npm ...
Read more >How to Debug Node.js Code Using Multiple Tools - Kinsta
... tools to debug node applications and find their root causes. ... Your code does not follow the rules of the language —...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@superclarkk switch to devtool https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools
node-inspector is not ready for primetime.
You should give details about your environment.
I have the same problem. See this screenshot
My environment is:
Can someone give a workaround to use for the time being? This is a serious blocker for me at the moment.