06 2020 档案

摘要:1. 命令 npm config edit 通过修改txt修改文件 2. 直接通过名称 修改 npm config set registry http://registry.npm.taobao.org 3. 使用nrm配置镜像地址 npm install -g nrm nrm use taobao 阅读全文
posted @ 2020-06-09 14:28 包远志 阅读(324) 评论(0) 推荐(0) 编辑
摘要:1.清理依赖包 del node_modules 2.清理文件del package-lock.json 3.强制清理npm cache clear --force 4.重新安装npm install 阅读全文
posted @ 2020-06-03 20:43 包远志 阅读(6701) 评论(0) 推荐(0) 编辑