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

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

图片[1] - 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘ - MaxSSL

二、解决方法:

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

图片[2] - 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘ - MaxSSL

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

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

图片[3] - 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘ - MaxSSL

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

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

图片[4] - 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘ - MaxSSL

4、重新打包npm run build:prod

npm run build:prod

图片[5] - 若依Vue分离版打包报错Cannot find module ‘html-webpack-plugin‘ - MaxSSL

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

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享