项目打包的时候,出现提示:

Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db
  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating

⠙  Building legacy bundle for production...Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db

执行npx browserslist@latest --update-db,无效,而且package.json中没有browserslist这个依赖。

按照网上的另一种办法,删除node_modules中的browserslistcaniuse-lite两个包,重新安装,也无效,因为package.json并没有引入这两个包,所以更新或重新安装也没有用。

yarn.lock中找了一下依赖关系,发现是@vue/cli-service依赖了browserslist的包,更新@vue/cli,解决~

npm install -g @vue/cli
Logo

前往低代码交流专区

更多推荐