Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor 1.7 Removed underscore dependency #20

Open
enzolutions opened this issue Jun 26, 2018 · 5 comments
Open

Meteor 1.7 Removed underscore dependency #20

enzolutions opened this issue Jun 26, 2018 · 5 comments

Comments

@enzolutions
Copy link

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
Copy link
Owner

perak commented Jun 26, 2018

@enzolutions thank you!

@townmulti
Copy link

townmulti commented Jul 23, 2018

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

@raza2022
Copy link

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

@perak
Copy link
Owner

perak commented Oct 11, 2018

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

@diavrank
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants