若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘

一、错误日志: Cannot find module 'html-webpack-plugin'

 

二、解决方法:

 1、手动的把 node_modules 这个目录删掉

 

 

  2、重新安装依赖:npm install --registry=https://registry.npm.taobao.org 

npm install --registry=https://registry.npm.taobao.org

 

 

3、安装缺少的依赖:npm i html-webpack-plugin --save-dev --legacy-peer-deps

npm i html-webpack-plugin --save-dev --legacy-peer-deps

 

 

4、重新打包 npm run build:prod

npm run build:prod

 

 打包结束,可以部署到服务器啦。

转载请说明出处内容投诉
CSS教程_站长资源网 » 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买