kiddkai / atom-node-debugger

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

Newbie Lost On Instructions #193

Closed Mookh01 closed 7 years ago

Mookh01 commented 8 years ago

First, thank you very much for the work done with atom-node-debugger. Please know I'm appreciative and grateful for what you've done.

I keep getting this message ### (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)

Being new to coding its difficult to understand your directions.
What do you mean when you say;

Thank you regardless.

codecontemplator commented 7 years ago

@Mookh01 thanks for trying out the atom node debugger. the error message indicates that your node.js executable cannot be found. From the file menu in atom you can open your config file and specify the path explicitly.