问题
The Complete error is
ERROR: The process "node.exe" not found.
The filename, directory name, or volume label syntax is incorrect.
[Finished in 0.3s with exit code 1]
I am using Sublime text 2, and installed the NodeJS plugin, I tried to run a simple script, it runs fine with alt+r, but when I saved it (ctrl+s) it gave me that. Any idea on how to fix this?
回答1:
Sounds like you don't have Node installed yet on your Windows machine? If you've already installed it, you can check your PATH variable in System Settings to make sure NODE_PATH is set to the location of your Node install.
EDIT: sorry about that, haven't used node on windows in a while -- travis is right, nodejs.org is best place for install
Node.js download page
Also might be worth checking if nodejs plugin requires 32 or 64-bit version of Node specifically, since they will be installed in different locations.
回答2:
I had the same problem. This is a type of decision: http://www.youtube.com/watch?v=3qW7cseYJu4 This is another: https://stackoverflow.com/a/14097164/1979853
来源:https://stackoverflow.com/questions/17621428/error-the-process-node-exe-not-found