Module build failed: Error: Cannot find module ‘file-loader’ 这种报错的原因一般就是版本过高,需要将版本调低 解决办法 在package.json文件把需要改的版本调低 再在终端输入 npm install就可以解决