How can you get Webstorm to install all node modules listed in package.json and remove any node modules not listed there?
You can open terminal window inside WebStorm and then run npm commands from there.
To install packages mentioned in package.json:
npm install
To remove extraneous packages
npm prune
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With