-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install #31
Comments
actually an update -- meteor npm install didnt work but npm install actually installed create-react-class. I dont any issue bootstrapping the app anymore UI doesnt load (completely blank). I see this in browser console: _react-treeview.js:19 Uncaught TypeError: Super expression must either be null or a function, not undefined |
So I finally managed to get it up and running on With this package.json { However, other than 1 basic table, I can't really run much in UI. It will be really helpful to see what others who have done this recently and with fairly recent versions of npm and node. |
Installation was better with suggestion in #30 but haven't made much progress beyond installing. I tried to create a simple table joining 2 collections and keep getting "Bad Request" error. I can't see error stacks anywhere. Is there is a version of MongoDB / Node + NPM this works on more reliably? I can start with that and test |
project looked promising but i moved onto https://www.dremio.com/ community edition. Seems a lot more stable and supported. |
Hi,
Looks like a tool I can use to enable few of my analysts instead of having to write dashboards for them. It looks like it is hitting some dependency issues - perhaps just a matter of updating package.json.
`=> Started proxy.
=> Started MongoDB.
=> Meteor 1.6.1 is available. Update this project with 'meteor update'.
Unable to resolve some modules:
"create-react-class" in /Users/v632654/Playground/Databazel/node_modules/react-chartjs/lib/core.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save create-react-class
I20180302-14:12:03.508(-5)? Kadira: completed instrumenting the app
=> Started your app.
=> App running at: http://localhost:3000/
I20180302-14:12:03.610(-5)? admin added`
Browser showed issues loading create-react-class and so i went ahead and tried to install the package using suggested command. It ended up with this error.
`meteor npm install --save create-react-class
npm ERR! Darwin 16.7.0
npm ERR! argv "node" "/Users/v632654/.meteor/packages/meteor-tool/.1.3.2_4.15fosot.wga2++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm" "install" "--save" "create-react-class"
npm ERR! node v0.10.43
npm ERR! npm v2.14.22
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants material-ui@^0.15.0`
Appreciate any pointers to move forward.
Thanks!
The text was updated successfully, but these errors were encountered: