wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

"Can not start node.js process" message in Atom with NVM -- Windows #37

Open NeilTruick opened 8 years ago

NeilTruick commented 8 years ago

Running Atom 1.7.3 and Node 6.0.0 using NVM 1.1.0 for Windows.

Open Wallaby panel with Ctrl-1, then press Start button. Message says "Can not start node.js process (node), make sure your system has node.js installed." I am able to run node REPL from the command prompt, so the path is properly set.

ArtemGovorov commented 8 years ago

Try setting the node path for wallaby in your Atom init script as described in the docs. You may also try this suggestion.

Could you please also open Atom Dev Tools (Ctrl + Alt + I) and using the console check if process.env.PATH or process.env.Path is set?