kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Failed to start debugger. Exit code was ENOENT which indicates that the node executable could not be found. Try specifying an explicit path in your atom config file using the node-debugger.nodePath configuration setting. #256

Open techknowloge opened 6 years ago

reedhedges commented 6 years ago

To specify the path in the atom config, open Edit->Preferences, then select Packages, click Settings for node-debugger. Scroll down to Node Path, enter the exact path to node on your system.