-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hello,
I just installed databazel on a Kubuntu 16.10 computer.
During installation I saw those warnings:
npm WARN [email protected] requires a peer of material-ui@^0.15.0 but none was installed. npm WARN [email protected] requires a peer of react-dom@^15.4.2 but none was installed. npm WARN [email protected] requires a peer of react@^15.4.2 but none was installed. databazel.sh: 27: databazel.sh: java: not found ... App running at: http://localhost:3000/
but then it seemed to be working to login and create a new dashboard. I just can't add a database. In the console I see another error whilst using Databazel:
I20170528-12:12:46.740(8)? Exception in callback of async function: TypeError: Cannot read property 'statusCode' of undefined I20170528-12:12:46.740(8)? at server/lib/quasar.js:87:19 I20170528-12:12:46.740(8)? at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)
Are there some version conflicts on my system or similar?