Webstorm throws an error when trying to run a command specified in package.json:
\"devDependencies\": {}, \"scripts\": { \"dev\": \"./node_modu
On Windows I was unable to solve the problem using the Npm package configuration setting using a custom npm installation.
Npm package
npm
Installing a standard npm via the node.js solved the problem in WebStorm without having to set the Npm package configuration.
node.js