Open
Description
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!
Activity
fpreti commentedon Jul 15, 2021
@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?
steveovens commentedon Jul 28, 2021
Looks like there is an open pull request that fixes the issue - just needs to be merged
#771
steveovens commentedon Jul 28, 2021
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)
meteor add useraccounts:core
will then workfpreti commentedon Jul 28, 2021
thank you Steve
carlosalvidrez commentedon Jul 28, 2021
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 : )
harrisonhunter commentedon Jul 30, 2021
Is there a recommended fork that is a published version with that change?
carlosalvidrez commentedon Sep 20, 2021
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.
Gencix commentedon Aug 12, 2022
I have fix with this procedure:
From meteor 2.2
See the migration documentation on https://guide.meteor.com/2.7-migration.html
from 2.3 to 2.7 and apply all tips.
And then this:
And Meteor run