美文网首页
Linux Vue 安装包 驱动坑

Linux Vue 安装包 驱动坑

作者: 风飘万里 | 来源:发表于2019-01-13 17:24 被阅读0次

npm install 报错问题

  • 有git安全协议 导致git失败
    git config --global http.sslverify "false"
  • 设置 github DNS
    vi /etc/hosts
    添加地址
    192.30.253.113 github.com
  • 安装 cross-env 跨平台打包插件
    npm install cross-env --save-dev

vue 项目云端上传尽量带有 package-lock.json 确保版本

相关文章

网友评论

      本文标题:Linux Vue 安装包 驱动坑

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