1、报错:Building for production...Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade caniuse-lite browserslist`

 npm run build 时报错“caniuse-lite is outdated”

 

 

1、解决:
npm i autoprefixer@latest 
npm i caniuse-lite@latest 
npm i caniuse-lite browserslist@latest

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-08-03
  • 2021-07-14
  • 2021-03-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
相关资源
相似解决方案