Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用nconf将文件加载到内存中并将其用于配置。但是,每次我调用nconf.get它时都会返回 undefined ,这让我相信我正在处理一个异步函数。我使用的路径似乎是正确的。
nconf
nconf.get
我注意到FileStore有一个loadSync方法,但我不知道如何使用它。
FileStore
loadSync