我正在编写一个 node.js CLI 程序,出于某种原因,当我只包含yargs
类似
const yargs = require("yargs");
我收到警告:
(node:30562) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time
我不知道为什么,每次我测试我的应用程序时看到它都很烦人。知道为什么会出现此警告以及如何摆脱它吗?