You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run or debug a nodejs app I get and error:
java.io.IOException: Cannot run program "node" (in directory
"/Users/<USERNAME>/Documents/Projects/<PROJECTNAME>"): error=2, No such file or directory.
I can run the app just fine in the the terminal just fine.
My system is OSX Maverick, Eclipse Standard/SDK Version: Kepler Service Release 1 Build id: 20130919-0819, Nodeclipse 0.8.0, jdk1.7.0_45.jdk
Not sure if this is a bug or a configuration error. I would like to know how to fix this.
The text was updated successfully, but these errors were encountered:
Have you tried to disable Find node on PATH option and use exact node location?
For this error it is clear, that system can't find some file, so if it is not your app script, it is node.
When I try to run or debug a nodejs app I get and error:
I can run the app just fine in the the terminal just fine.
My system is OSX Maverick, Eclipse Standard/SDK Version: Kepler Service Release 1 Build id: 20130919-0819, Nodeclipse 0.8.0, jdk1.7.0_45.jdk
Not sure if this is a bug or a configuration error. I would like to know how to fix this.
The text was updated successfully, but these errors were encountered: