I've set up a new project in Enide Studio. (Which's an Eclipse with Node.js plugins.) I right-click the project and choose "Debug As -> Debug Cofigurations...". In the popup window I double-click "NPM" configuration, and type "start" to the Goal textbox. Then click to "Debug" and get the following error in the console:
"execvp(): No such file or directory"
When I run "npm start" from command line, it works fine. If it matters, my operating system is OS X 10.9.
Have anyone faced with the same problem? What can be the cause?