node 报错:Uncaught Error: Cannot find module "!!../../../node_modules/extract-webpack-plugin/load
Posted 前段入门菜鸟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node 报错:Uncaught Error: Cannot find module "!!../../../node_modules/extract-webpack-plugin/load相关的知识,希望对你有一定的参考价值。
问题出在缺少less和less-loader 因为以上模块使用了less解析。
解决方法在dependencies添加
"less": "^2.7.1",
"less-loader": "^2.2.3"
以上是关于node 报错:Uncaught Error: Cannot find module "!!../../../node_modules/extract-webpack-plugin/load的主要内容,如果未能解决你的问题,请参考以下文章