美文网首页
vue-admin-template启动问题

vue-admin-template启动问题

作者: jianshuqiang | 来源:发表于2019-06-22 13:04 被阅读0次

文档中的启动方式

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

相关文章

网友评论

      本文标题:vue-admin-template启动问题

      本文链接:https://www.haomeiwen.com/subject/azwmqctx.html