meteor-joins icon indicating copy to clipboard operation
meteor-joins copied to clipboard

Meteor 1.7 Removed underscore dependency

Open enzolutions opened this issue 6 years ago • 5 comments

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

enzolutions avatar Jun 26 '18 07:06 enzolutions

@enzolutions thank you!

perak avatar Jun 26 '18 08:06 perak

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

townmulti avatar Jul 23 '18 12:07 townmulti

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

raza2022 avatar Oct 11 '18 13:10 raza2022

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

perak avatar Oct 11 '18 14:10 perak

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

diavrank avatar Jun 24 '20 01:06 diavrank