首页 > 其他分享 >Cannot find module 'html-webpack-plugin'

Cannot find module 'html-webpack-plugin'

时间:2022-09-26 13:34:45浏览次数:49  
标签:plugin Cannot module webpack html find

Cannot find module 'html-webpack-plugin'

执行npm run build的时候发现 Cannot find module 'html-webpack-plugin'

原因

-S 表示添加到生产环境中,npm I -D 表示开发环境使用,所以可能没有安装到开发环境中

解决方案

Npm i -D html-webpack-plugin

标签:plugin,Cannot,module,webpack,html,find
From: https://www.cnblogs.com/zh76412950/p/16730548.html

相关文章