When I press F5 to start debugging, the below error happens
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.
I tried to add some configuration like below, but it does not work. I am not sure I added it properly.
vim ~/.atom/config.cson
"node-debugger":
nodePath: "/usr/bin/node"
Could you help me? Thank you in advance.