npm install gets stuck at fetchMetadata
This is how I resolved this after spending half an hour:
npm config set registry http://registry.npmjs.org/ --globalnpm cache clear --force- setting package-lock.json to
{}only npm install --verbose
node: v12.14.1 npm: v6.13.4
This issue occure when I tried running ng update on angular 6 app to update it to angular 9.
Comments
Post a Comment