with a simple package like
{
"name": "test",
"version": "0.1.0",
"description": "test",
"main": "hello-world-server.njs",
"scripts": {
"start": "node hello-world-server.js"
},
"repository": "",
"keywords": [
"node.js",
"eclipse",
"nodeclipse"
],
"author": "",
"license": "MIT",
"readmeFilename": "README.md"
}
i can run (from command line) :
npm start
and all is fine. but from eclipse (nodeclipse), with npm ... , from the run configurations, all I get is:
> test@0.1.0 start /Users/chrismarx/Documents/workspaces/yardmap-3.5.0/test
> node ./hello-world-server.js
execvp(): No such file or directory
anybody know how to fix this? i just installed nodeclipse into a fresh install, i believe i've got the latest version 0.15.1.201404300203