如果出现Cannot find module 'webpack-cli/bin/config-yargs' 这个错误,可以参考下面的网址↓
https://stackoverflow.com/questions/59611597/error-cannot-find-module-webpack-cli-bin-config-yargs
https://stackoverflow.com/questions/59611597/error-cannot-find-module-webpack-cli-bin-config-yargs
2020-11-05
报错信息
Module Error (from ./node_modules/vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
原因参考官方文档
https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required
Module Error (from ./node_modules/vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
原因参考官方文档
https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required
2020-10-21
过程总是很辛苦的,用的webpack4.0半个多小时才把各种东西配好,那些骂的人你们在工作中遇到问题也是这种解决方式么。解决问题的过程中是最能让人学习的。
2020-09-10
最新回答 / weixin_慕侠1433438
你看看端口号是不是被占用了 lsof -i:8080,把下面所有的端口号清理干净kill -9 PID ,然后在npm rn dev
2020-08-29