Cube.js: Error: Dialect for 'undefined' is not found

Created on 26 Oct 2020  路  4Comments  路  Source: cube-js/cube.js

cube.js 0.22.2

Even the test example doesn't work. Worked in 0.21.1. How to change the installable version during cubejs create <project name> -d <database type>?

Untitled

bug

Most helpful comment

Fixed, released v0.22.3 馃嵃

All 4 comments

Hello @alexeygolyshev,

Yes, I can approve. It's a bug in the latest version.

Please use 0.22.1 (without ^) version for @cubejs-backend/server.

  1. Change package.json
  2. rm -rf node_modules/ package.lock
  3. npm install

Fixed, released v0.22.3 馃嵃

@ovr Thanks for the quick fix!

@alexeygolyshev You are welcome. Thank you for creating the issue.

Feel free to create issue(s) or post messages inside our Slack.
Link to join https://slack.cube.dev/.

Was this page helpful?
0 / 5 - 0 ratings