npm 基本操作 2022-9-17 23:54 | 231 | 0 | npm 87 字 | 1 分钟内 近期使用 npm install 依赖时总是报错, 发现淘宝官方更换了源的 CDN 链接 npm config set registry http://registry.npmmirror.com // 切换npm为最新淘宝镜像 npm config get registry //查看当前源 卸载指定包文件 npm uninstall <依赖…