Unable to run
node
Is it in your PATH?
PATH: /usr/bin:/bin:/usr/sbin:/sbin
I get the same since I last updated the plugin (it used to work just fine).
And my path does contain /usr/bin:/bin:/usr/sbin:/sbin
$ echo $PATH
/Applications/Sublime Text.app/Contents/SharedSupport/bin/:/Applications/Google Chrome.app/Contents/MacOS/:/Users/shawn/android-sdks/platform-tools/:/Users/shawn/android-sdks/tools/:/Users/shawn/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin
Perhaps it's worth noting I'm still using Node.js v0.12. I haven't upgraded to v4 yet..
How's the 3.x release?
Works for me with the latest update (3.0.1) :+1:
I have pretty much the same issue, and the latest update doesnt help,
I get the following error whenever I try to execute javascript-code:
"Unable to run
node
Did you start Atom from the command line?
atom .
Is it in your PATH?
PATH: /home/daniel/anaconda3/bin:/home/daniel/anaconda3/bin:/home/daniel/bin:/usr/local/texlive/2014/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:usr/bin/atom:usr/bin/nodejs:/usr/bin/atom:/usr/bin/nodejs"
I tried to start atom from the terminal (typing atom .), I have nodejs installed and can use it just fine inside the terminal, I looked at other related issues, nothing worked, I can run python code without any issues. I am using linux mint (3.13.0-37-generic).
It works just fine when I use "configure run options" and type the path of nodejs into the option "Command"
@grrgrrbla You probably did this, but you need to reload atom for package updates to take effect.
I obviously did "restart" if that is what you mean by reloading?
Yes
In my case (Linux, Ubuntu), the solution was to install node-legacy besides nodejs. I just did:
sudo apt install node-legacy
I'm facing the same problem, I use node via node version manager. I'm not able to find what the problem is. I'm on mac.

But like @grrgrrbla mentioned on configuring "command" option to be the path of v6.2.0 node
/Users/gdad-s-river/.nvm/versions/node/v6.2.0/bin/node
it works. Any suggestions, what might not be going correctly?
@gdad-s-river you need to have babel-node in your path, not node
Seems like this should be mentioned in the documentation. Also when using NVM setting having babel-node available can be tricky..
Hello, i have problem with Atom!
help me, please!

@ProVadimir do you have babel-node installed?
I have another problem!
write me combinations please , so install babel!
I use Linux debian 16.04

@biolee @shawninder @grrgrrbla @lincolnfrias @gdad-s-river @nixel2007 @stoplion @ProVadimir This has now been addressed in fc84ded7dad08466923071e6d6e4370aa6a36789, and should 'just work' by using the preconfigured Babel setup in this package instead of having to set it up locally every time or worse, globally.
Thanks for handling these @danielbayley
Most helpful comment
Seems like this should be mentioned in the documentation. Also when using NVM setting having babel-node available can be tricky..