标签:bin 路径修改 bsp registry https 失败 运行 ack pac
# 克隆项目 git clone https://github.com/PanJiaChen/vue-element-admin.git # 进入项目目录 cd vue-element-admin # 安装依赖 npm install # 建议不要用 cnpm 安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 本地开发 启动项目 npm run dev
下载项目的时候run install时,有可能会产生两个错误:
升级你的nodeJS版本即可
在项目根目录下添加了一个.npmrc文件,内容为:
.npmrcsass_binary_site=https://npm.taobao.org/mirrors/node-sass/ registry=https://registry.npm.taobao.org
把node-sass的路径修改成淘宝的npm,就很顺利的可以在国内的网络环境下载了。然后在安装python环境,记住要重启
温馨提示:
如果要重装改系统;首先删除node_modules文件夹和package-lock.json文件;运行 清除 npm cache clean --force命令。最后执行安装流程
标签:bin 路径修改 bsp registry https 失败 运行 ack pac
原文地址:https://www.cnblogs.com/hhwww/p/11698159.html