抑制节点 "Conditonal experts is an experimental feature"

Suppress Node "Conditonal experts is an experimental feature"

这几天,我的几个包裹经常喷出这个信息:

(node:67849) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time

如何抑制它?

(我大致知道它的意思。它来自某个地方的某种依赖关系,我不太可能对此做任何事情。我只想告诉 Node 停止警告我这个特定问题。)

很确定你不能禁止个别警告,但如果你在环境中设置 NODE_NO_WARNINGS,它将禁止节点可执行文件发出的 所有 警告。