vue-admin-template启动问题

2019-06-22  本文已影响0人  jianshuqiang

文档中的启动方式

# 克隆项目
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

报错信息

npm instll Unexpected end of JSON input while parsing near '...slash":"^1.0.0","stri'

解决方法清空npm缓存

npm cache clean --force

然后

npm install
上一篇 下一篇

猜你喜欢

热点阅读