分类: npm

1 篇文章

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