perak / meteor-joins

Collection joins for Meteor
77 stars 7 forks source link

Meteor 1.7 Removed underscore dependency #20

Open enzolutions opened 6 years ago

enzolutions commented 6 years ago

At Meteor 1.7 underscore was removed as dependency, if you try to migrate an application from 1.6.x to 1.7.x you will an error Uncaught ReferenceError: _ is not defined related with joins.js file

Please include underscore as dependency.

Meanwhile, users could resolve the problem with the following command

$ meteor add underscore
perak commented 6 years ago

@enzolutions thank you!

townmulti commented 6 years ago

+1 ...are we able to just use the npm underscore package here?

raza2022 commented 5 years ago

@perak can you please update the above change and re-publish module atmosphere Thanks in advance

perak commented 5 years ago

@raza2022 oops, I’ll do it (~6 hours after now when I reach my computer)

diavrank commented 4 years ago

is it also works if I import lodash or must be underscore?