webpack运行报错

130 阅读1分钟

webpack npm run dev 命令报错

需要webpack-cli 3.3版本

npm uninstall webpack-cli

npm install webpack-cli webpack-cli@3.3 -S