在package.json 文件中添加脚本 后运行npm run webpack报错,直接运行webpack命令不会报错,为什么 module.js:491 throw err; ^ Error: Cannot find module 'yargs'
配置的config有问题吧,注意modules 和 reasons 里面的s不要丢掉
这个报错是模块找不到。使用npm install yargs --save-dev