My npm is getting stuck a lot, whether its npm install from package.json or individual packages.
package.json
Right now, I\'m not even able to sudo npm install
sudo npm install
try yarn installer instead of npm:
sudo npm install -g yarn yarn install
I found it much more resilient to such problems.