当前安装webpack、webpack-cli时会报错,wepback-cli版本不兼容,将webpack-cli版本改为3.3.12就可以了

yarn remove webpack-cli
yarn add webpack-cli@3.3.12

  

相关文章:

  • 2022-12-23
  • 2021-04-16
  • 2022-03-01
  • 2021-06-18
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2021-08-06
  • 2021-12-13
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
相关资源
相似解决方案