问题标签 [nconf]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
52 浏览

node.js - 为什么 claudia.js 在以特定方式使用 nconf 时包验证失败?

nconf在一个 NodeJS 项目中使用,我想使用 claudia.js 将其部署到 AWS Lambda。我遵循了这个例子

在我的本地机器上使用claudia-local-api.

但是,当我尝试使用它部署到 Lambda 时,claudia create ..它只会停在validating package没有任何错误的地方。

如果我导出 aclass而不是 a function,该claudia create命令可以正常工作(见下文)。我想了解这里的问题是什么,或者至少我怎样才能获得问题的一些额外日志输出。