-
Notifications
You must be signed in to change notification settings - Fork 38
Description
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!