方式一:
npm cache clean --force
npm config set registry https://registry.npmmirror.com
npm install
下面是简单的解释:
🍀1、强制清理 npm 缓存
npm cache clean --force
🍀2、设置镜像源文章来源:https://www.toymoban.com/news/detail-829742.html
npm config set registry https://registry.npmmirror.com
🍀3、重新 install文章来源地址https://www.toymoban.com/news/detail-829742.html
npm install
方式二:
npm config set registry https://registry.npm.taobao.org
npm config get registry
npm install
到了这里,关于npm install 一直卡着不动如何解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!