我试图安装&执行旧的vue项目。
问题是我执行npm install
时有很多错误。
我不知道为什么,因为前一段时间项目的运作没有错误:
错误文件:https://gist.github.com/scaltro/5f6b04c3c1fa192989ddbb1c8707e233
答案 0 :(得分:0)
我没有npm大师,但this line似乎告诉你该做什么?
warn file-loader@1.1.5 requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
答案 1 :(得分:0)
尝试:
npm install file-loader@1.1.5