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
Check if there any issues with proxies if you using any. You can try also to set npm's endpoint manually:
npm config set registry="http://registry.npmjs.org"