Closed fzadow closed 3 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 .
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.
So when you open cmd you can run node?
So when you open cmd you can run node?
Yes.
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?
No reply from reported and without him not much could be done.
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!!