nicolaslopezj/react-meteor-data

Cannot find module 'underscore'

Closed this issue ยท 6 comments

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

v0.1.4 should fix this

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

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

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

And version 0.1.5?

Now it's better! Thank you!