gpt4 book ai didi

TFS 任务 "Run Code Analysis"显示 ERROR : Browserslist: caniuse-lite is outdated. 请运行:npx browserslist@latest --update-db

转载 作者:行者123 更新时间:2023-12-05 01:57:16 31 4
gpt4 key购买 nike

此错误开始出现在 Web 项目构建的构建任务“运行代码分析”中。我执行了命令 npx browserslist@latest --update-db,但没有解决问题。

“运行代码分析”似乎已完成。关于如何摆脱有关“caniuse-lite 已过时”的消息的任何建议?

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

最佳答案

我不知道如何用好的方法解决这个问题,但现在我通过将变量添加到 AzureDevops 来抑制这个警告BROWSERSLIST_IGNORE_OLD_DATA=true

variables:
...
- name: 'BROWSERSLIST_IGNORE_OLD_DATA'
value: true
...

关于TFS 任务 "Run Code Analysis"显示 ERROR : Browserslist: caniuse-lite is outdated. 请运行:npx browserslist@latest --update-db,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69366826/

31 4 0
文章推荐: smartcard - 在现场使用 SIM 卡 GlobalPlatform key
文章推荐: flutter - 如何解决 "The argument type ' ImageProvider' can' t be assigned to the parameter type 'ImageProvider' ?"in flutter