-
Notifications
You must be signed in to change notification settings - Fork 278
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
Upgrade request so we can upgrade to Meteor 2.3.1 #772
Comments
@carlosalvidrez I also have the same problem, but from what I can see the repo is dead. Are there no alternative solutions to these libraries? |
Looks like there is an open pull request that fixes the issue - just needs to be merged |
While waiting for the official release - to get it running on Meteor v2.3.x you can use David Wheldon's local packages directory trick (https://dweldon.silvrback.com/local-packages) Checkout this package to your local packages directory Apply the same edits to package.js as in the pull request (i.e. change two lines)
|
thank you Steve |
Thanks @steveovens ... Just throwing this out there... if you or someone very familiar with the package would like to tour me into it, I could volunteer to maintain it going forward. I'd just need help setting up a DEV environment for it, properly. It's a great package, it is even mentioned and suggested in the official Meteor documentation : ) |
Is there a recommended fork that is a published version with that change? |
Hi @steveovens, wondering if you might be willing to train me (probably for 30 mins)... I'd be glad to help maintain this package going forward. |
I have fix with this procedure: From meteor 2.2
See the migration documentation on https://guide.meteor.com/2.7-migration.html And then this:
And Meteor run |
Hi guys!
useraccounts:core is not allowing me to upgrade from version 2.2.0 to v2.3.1 (not even to v2.2.1).
I hope you can patch it... the press release explains the issue with packages that depend on accounts-base, accounts-password, oauth, etc... https://blog.meteor.com/meteor-2-3-has-been-released-f9971464ed1e
Thanks!
The text was updated successfully, but these errors were encountered: