eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Windows 10, node executable not found (but is in PATH) #47

Closed fzadow closed 3 years ago

fzadow commented 4 years ago

Installed ShellWax 0.1.2 via Eclipse Marketplace. After restarting Eclipse I am presented with "Could not find node.js ... make sure node.js is installed and that your PATH environment variable contains the location to the 'node' executable".

Thing is, node.js is installed and in the path. It has been installed via chocolatey and lives in "C:\Program Files\nodejs\". I can open a cmd window and execute "node" and "npm" from anywhere.

Am I doing something wrong? Thanks!!

akurtakov commented 4 years ago

Which node version do you have ? I don't have Windows handy so can't test locally.

On Fri, Jun 12, 2020 at 11:46 AM fzadow notifications@github.com wrote:

Installed ShellWax 0.1.2 via Eclipse Marketplace. After restarting Eclipse I am presented with "Could not find node.js ... make sure node.js is installed and that your PATH environment variable contains the location to the 'node' executable".

Thing is, node.js is installed and in the path. It has been installed via chocolatey and lives in "C:\Program Files\nodejs". I can open a cmd window and execute "node" and "npm" from anywhere.

Am I doing something wrong? Thanks!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eclipse/shellwax/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEMKRE7AJAWTUUZT4DCBA3RWHTNTANCNFSM4N4EEFKQ .

fzadow commented 4 years ago

node 14.4.0

Anything else I can provide? Like I said, I can use node from anywhere, only ShellWax complains about not finding it.

akurtakov commented 4 years ago

So when you open cmd you can run node?

fzadow commented 4 years ago

So when you open cmd you can run node?

Yes.

akurtakov commented 4 years ago

Just double checking that the plugin is not misreporting things do you have bash installed via WSL as mentioned in https://github.com/eclipse/shellwax/blob/master/README.md?

akurtakov commented 3 years ago

No reply from reported and without him not much could be done.