Webstorm throws an error when trying to run a command specified in package.json:
\"devDependencies\": {}, \"scripts\": { \"dev\": \"./node_modu
In my case ubuntu 18.04+PHPSTORM Helps this:
apt-get remove nodejs apt-get remove npm
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - sudo apt-get install -y nodejs