问题标签 [arangodb-foxx]
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.
arangodb - ArangoDB 中的正文参数
我在 Foxx 微服务中编写了以下路由器:
我如何将 queryParam 转换为 body 参数。我使用 .body 而不是 .queryParam,但它没有回答。我也写了如下表格,但还是不行:
arangodb - ArangoDB Foxx 服务参考错误:未定义 URL
我正在尝试使用 Foxx CLI 将服务安装到 ArangoDB,但在joi
用作依赖项时出现错误。完整的堆栈跟踪如下:
这个问题表明错误可能是由ignore file
但我根本没有使用.foxxignore
文件引起的。知道还有什么可能导致此错误吗?
下面是我package.json
的所有脚本。install:service
和upgrade:service
都setup
抛出这个错误。