-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
@enzolutions thank you! |
+1 ...are we able to just use the npm underscore package here? |
@perak can you please update the above change and re-publish module atmosphere |
@raza2022 oops, I’ll do it (~6 hours after now when I reach my computer) |
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
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
The text was updated successfully, but these errors were encountered: