美文网首页
vue项目克隆代码-安装依赖-运行报错

vue项目克隆代码-安装依赖-运行报错

作者: hui树 | 来源:发表于2021-08-02 14:09 被阅读0次

    npm install时卡住不动,解决如下:

    npm config set registry https://registry.npm.taobao.org
    

    2.npm install 成功安装了所有依赖
    3.npm run serve 成功启动项目
    参考:https://www.cnblogs.com/wenbinjiang/p/11062959.html

    其他方法不顺如下:
    1.当时用cnpm install 后,运行报错如下:
    babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'
    尝试了 npx babel-upgrade 方法无效,见:https://segmentfault.com/a/1190000016458913https://www.5axxw.com/wiki/content/u5q5amhttps://www.88cto.com/article/Wi2L0j8Uhttps://blog.csdn.net/zr15829039341/article/details/86553652 这3种我没有试。记录在此。

    2.用yarn 安装依赖后,运行报错:Cannot find module 'optipng-bin'

    相关文章

      网友评论

          本文标题:vue项目克隆代码-安装依赖-运行报错

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