版本有冲突:想请老师发一下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.
因为npm安装默认的是latest,而老师的教程是半年前的,所以我们安装每个包的时候加上版本,比如npm i css-loader@0.28.7 而不是npm i css-loader.
那么你需要把老师的版本都记下来; 或者也可以fork其他同学的仓库,package.json会指明版本的,直接 npm i 就能安装整个环境