vue npm前端组件安装清理

清理

npm install rimraf -g
rimraf node_modules
npm cache clear --force
删除package-lock.json文件

设置npm下载源

npm config set registry https://registry.npmmirror.com/
npm config list

安装npm install或cnpm install(下载包逻辑与npm不一致)

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部