使用 cube js 和 mongodb 为 mongodb 数据库生成架构文件时出错
Error wil generating the schema fils for a mongodb data base with cubejs and mongobi
我是 mongodb 和大数据系统的初学者。
我尝试为我在本地开发的应用程序开发一个仪表板。使用 cubejs 和 mongodb 进行 BI,遵循以下 blog :
我通过以下方式安装 cubejs:npm install -g cubejs-cli
之后,我通过以下方式创建后端 cubejs 项目:cubejs create mongo-tutorial -d mongobi
通过 cd mongo-tutorial
进入项目文件夹后,当我尝试通过 cubejs generate -t zips
生成我的架构时,出现以下错误:
(node:28896) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:28896) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
- Fetching DB schema
- Generating schema files
Cube.js Error ---------------------------------------
@cubejs-backend/schema-compiler/scaffolding/ScaffoldingTemplate dependency not found. Please run this command from project directory.
Need some help? -------------------------------------
Ask this question in Cube.js Slack: https://slack.cube.dev
Post an issue: https://github.com/cube-js/cube.js/issues
.env 文件中的数据库信息:
CUBEJS_DB_HOST=localhost
CUBEJS_DB_NAME=test
CUBEJS_DB_PORT=3307
CUBEJS_DB_TYPE=mongobi
CUBEJS_API_SECRET=62d555e33c215f1550d000e9b63755eaab68ffe7930545ce02775d315bbb2673ea65fdaf1d59f3c5653814367b25110ce2e214d07cb7b47958c58c8ffc0fb3
我通过以下方式导入数据:mongoimport.exe --db test --collection zips –file zips.json
数据库下载自:https://media.mongodb.org/zips.json
我的指南针工具的屏幕截图:
enter image description here
我的 mongo bi 的屏幕截图:
enter image description here
这是一个错误。我们已经为 v0.23.10
版本准备了修复程序。请升级您的 Cube.js CLI。谢谢
我是 mongodb 和大数据系统的初学者。
我尝试为我在本地开发的应用程序开发一个仪表板。使用 cubejs 和 mongodb 进行 BI,遵循以下 blog :
我通过以下方式安装 cubejs:npm install -g cubejs-cli
之后,我通过以下方式创建后端 cubejs 项目:cubejs create mongo-tutorial -d mongobi
通过 cd mongo-tutorial
进入项目文件夹后,当我尝试通过 cubejs generate -t zips
生成我的架构时,出现以下错误:
(node:28896) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:28896) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
- Fetching DB schema
- Generating schema files
Cube.js Error ---------------------------------------
@cubejs-backend/schema-compiler/scaffolding/ScaffoldingTemplate dependency not found. Please run this command from project directory.
Need some help? -------------------------------------
Ask this question in Cube.js Slack: https://slack.cube.dev
Post an issue: https://github.com/cube-js/cube.js/issues
.env 文件中的数据库信息:
CUBEJS_DB_HOST=localhost
CUBEJS_DB_NAME=test
CUBEJS_DB_PORT=3307
CUBEJS_DB_TYPE=mongobi
CUBEJS_API_SECRET=62d555e33c215f1550d000e9b63755eaab68ffe7930545ce02775d315bbb2673ea65fdaf1d59f3c5653814367b25110ce2e214d07cb7b47958c58c8ffc0fb3
我通过以下方式导入数据:mongoimport.exe --db test --collection zips –file zips.json
数据库下载自:https://media.mongodb.org/zips.json
我的指南针工具的屏幕截图:
enter image description here
我的 mongo bi 的屏幕截图:
enter image description here
这是一个错误。我们已经为 v0.23.10
版本准备了修复程序。请升级您的 Cube.js CLI。谢谢