Webstorm throws an error when trying to run a command specified in package.json:
\"devDependencies\": {},
\"scripts\": {
\"dev\": \"./node_modu
If you installed Node.JS from the official website (not from the apt repository), you probably put the installation folder somewhere at /opt/node-v10.13.0-linux-x64
(depending on your preferences).
If so, you should modify your WebStorm settings as follows:
...
" and in the opened window click on "+
" button and "Add local". In the drop-down list select /opt/node-v10.13.0-linux-x64/bin/node
and click OK. /opt/node-v10.13.0-linux-x64/bin
and click OK. As it was pointed out already, for npm WebStorm doesn't expect you to provide the full path to npm binary, just to the folder where this binary is.