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
I right-click package.json file in my project and choose "Debug as"-> "NPM ..." in the menu. Then type "start" to the "Goal" text box.
After that, I can see this error message in the Console:
"execvp(): No such file or directory"
However it writes nothing else about the problem. When I run "npm start" from command line, it works fine.
If it matters, my system is Mac OS X 10.9
The text was updated successfully, but these errors were encountered:
same problem here, i want to run some scripts targets from the package.json file. here is all the information you requested:
Nodeclipse version number - 0.15.1.201404300203
Eclipse version number - kepler 4.3.2
Eclipse distribution (e.g. Eclipse for JEE Developers) - SpringSourceTool Suite
Description of problem is above, and there are no logs or errors generated when running npm with target from package.json.
Here's my original post on SO too - http://stackoverflow.com/questions/23550793/nodeclipse-cant-run-package-json-script-targets
I right-click package.json file in my project and choose "Debug as"-> "NPM ..." in the menu. Then type "start" to the "Goal" text box.
After that, I can see this error message in the Console:
"execvp(): No such file or directory"
However it writes nothing else about the problem. When I run "npm start" from command line, it works fine.
If it matters, my system is Mac OS X 10.9
The text was updated successfully, but these errors were encountered: