When I press F5, the below erro 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 the below, but it does not work.
vim ~/.atom/config.cson
" node-debugger": nodePath: "/usr/bin/node"
Could you help? Thank you in advance.
via user6108358
No comments:
Post a Comment