【Exception】ERROR Failed to compile with 1 errors

案发现场

 ERROR  Failed to compile with 1 errors                                                                                                                                          16:51:50


Failed to resolve loader: sass-loader
You may need to install it.

原因分析
Vue项目中启用了ESlint代码检查,在检查范围内有组件或者资源引用时将路径写错了导致的结果。

解决办法
检查引用资源的路径的正确性。

你可能感兴趣的:(Exception)