问答详情
源自:3-2 配置vue的jsx写法以及postcss

如何解决版本问题?

版本有冲突:想请老师发一下package.json的配置详情,谢谢老师

npm WARN babel-loader@7.0.0 requires a peer of webpack@2 but none is installed. You must install peer dependencies yourself.

npm WARN css-loader@1.0.0 requires a peer of webpack@^4.0.0 but none is installed. You must install peer dependencies yourself.


提问者:chenzhixiao 2018-10-24 00:34

个回答

  • Awe粗工
    2018-10-24 23:09:23

    https://github.com/Benleie/vueWebpack 可以参考我的

  • Awe粗工
    2018-10-24 23:07:50

    因为npm安装默认的是latest,而老师的教程是半年前的,所以我们安装每个包的时候加上版本,比如npm i css-loader@0.28.7 而不是npm i css-loader.

    那么你需要把老师的版本都记下来; 或者也可以fork其他同学的仓库,package.json会指明版本的,直接 npm i 就能安装整个环境