samcorcos / campaign-hawk

Other
49 stars 18 forks source link

Meteor 1.3, peer dependencies, and white screen for map view upon npm install fix #1

Open codeamt opened 8 years ago

codeamt commented 8 years ago

Hey there, props on this awesome project!

I'm working with it now and got stuck for a second with peer dependencies. Got it to work, despite updating to Meteor 1.3 with the following:

meteor npm install --save react react-dom react-addons-transition-group react-addons-css-transition-group react-addons-linked-state-mixin react-addons-create-fragment react-addons-update react-addons-pure-render-mixin react-addons-test-utils react-addons-perf

Here's the issue, though: After getting that to work, when I run in the browser, I get blank a blank screen for a map view. Any chance you'd know why that is? Will you be updating this project for Meteor 1.3?

Appreciate it! :)

krishaamer commented 6 years ago

Hey @samcorcos awesome project! Have to concur with @codeamt I just found your writeup on Medium and think this is still releavant in 2018 so would love an update to Meteor 1.6. Thanks so much for all your efforts. Cheers!