Webpack打包出错:Error: Cannot find module ‘webpack/lib/node/NodeTemplatePlugin‘ Require stack:

Posted 王同学要努力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Webpack打包出错:Error: Cannot find module ‘webpack/lib/node/NodeTemplatePlugin‘ Require stack:相关的知识,希望对你有一定的参考价值。

Webpack打包出错:Error: Cannot find module ‘webpack/lib/node/NodeTemplatePlugin’ Require stack:

报错如下:

解决办法:执行以下命令

npm link webpack --save-dev

重新运行,即可解决此问题

以上是关于Webpack打包出错:Error: Cannot find module ‘webpack/lib/node/NodeTemplatePlugin‘ Require stack:的主要内容,如果未能解决你的问题,请参考以下文章

Error: Cannot find module 'webpack-cli/bin/config-yargs'

webpack编译报错:Module not found: Error: Cannot resolve 'file' or 'directory' ./../../no

解决报错:Cannot find module 'webpack-cli/bin/config-yargs'

Module build failed: Error: Cannot find module 'file-loader'

Error Cannot find module node-sass

使用webpack命令打包时,报错TypeError: Cannot read property 'presetToOptions' of undefined的解决办法