atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Node executable not found, try specifying an explicit path in your atom config file

Open amourya-systango opened this issue 8 years ago • 6 comments

When I run Start/Resume the package the showing - Node executable not found, try specifying an explicit path in your atom config file

amourya-systango avatar Jan 06 '17 07:01 amourya-systango

@amourya-systango Have you specified a path to nodejs it the atom config file?

codecontemplator avatar Jan 12 '17 19:01 codecontemplator

nodePath should really default to simply node instead of /bin/node so that it just searches $PATH. I'm not even sure if /bin/node is ever correct, except when a user manually installs it there; normally it'd end up somewhere in /usr or ~/

spencerhakim avatar Jan 17 '17 21:01 spencerhakim

Have the same problem, on my Ubuntu 16.04 it's /usr/bin/node

ip avatar Feb 03 '17 14:02 ip

Anyone suggest how to link it to the current node version set through NVM?

julianbeggs avatar Mar 05 '17 15:03 julianbeggs

+1 for this issue, it essentially makes the package useless to me.

I've specified a nodePath of node which does'nt work. I've also tried /Users/craigbovis/.nvm/versions/node/v6.10.0/bin/node which doesn't work either.

cbovis avatar Jun 01 '17 04:06 cbovis

+1 same here, tried looking for nodejs dirs with dpkg-query -L nodejs and putting them into package settings but didn't work

lucas-janon avatar Jun 13 '17 21:06 lucas-janon