Error: Cannot find module ‘webpack-cli/package.json‘

548 阅读1分钟

webpack报错信息1.png

原因: 得要全局安装
解决方案: npm install webpack-cli -g