nicolaslopezj / react-meteor-data

Fetch Meteor data in React using decorators
38 stars 3 forks source link

Cannot find module 'underscore' #4

Closed ralphievolt closed 7 years ago

ralphievolt commented 7 years ago

I added underscore already using meteor add underscore but i kept seeing this error in my web console

screen shot 2016-12-19 at 11 20 26 am

nicolaslopezj commented 7 years ago

v0.1.4 should fix this

Timonzimm commented 7 years ago

I still have the issue (v0.1.4 installed), even when I add underscore with meteor add underscore manually.

nicolaslopezj commented 7 years ago

Try putting underscore before react-meteor-data in .meteor/packages

Timonzimm commented 7 years ago

Issue still present. Changing the order in .meteor/packages doesn't remove the error.

nicolaslopezj commented 7 years ago

And version 0.1.5?

Timonzimm commented 7 years ago

Now it's better! Thank you!