0

我正在编写一个 node.js CLI 程序,出于某种原因,当我只包含yargs类似

const yargs = require("yargs");

我收到警告:

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

我不知道为什么,每次我测试我的应用程序时看到它都很烦人。知道为什么会出现此警告以及如何摆脱它吗?

4

1 回答 1

-1

遇到同样的事情并在这里询问https://github.com/yargs/yargs/issues/1763

编辑:更新您的节点版本。升级时已修复。我在节点上验证了 --version v14.11.0

于 2020-09-22T17:29:45.033 回答