-
Notifications
You must be signed in to change notification settings - Fork 87
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
Compatibility with Meteor 1.3 #22
Comments
Having same issue any ideas or help |
Having same issue |
I was having the same error. Running on the theory that it was a loading order issue (possibly due to similarity to accounts packages) I changed the name in package.js to zaccounts-phone and loaded my app successfully. |
same issue here |
I removed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I wanted to test out the upcoming Meteor 1.3 (currently at rc2) but ran into a very weird issue where just this package was throwing an error during the build process
The beginning of the source of the built okland_accounts-phone.js file looks like this:
So it seems it doesn't have
Package
available in the global scope at this stage, which is weird because all the other packages have the same header in their built files. So it might be a loading order issue or something.Removing just this package fixes my app after which it runs fine in 1.3
Anybody have any ideas?
The text was updated successfully, but these errors were encountered: