Skip to content

Upgrade request so we can upgrade to Meteor 2.3.1 #772

Open
@carlosalvidrez

Description

@carlosalvidrez

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

fpreti commented on Jul 15, 2021

@fpreti

@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

steveovens commented on Jul 28, 2021

@steveovens

Looks like there is an open pull request that fixes the issue - just needs to be merged
#771

steveovens

steveovens commented on Jul 28, 2021

@steveovens

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 work

fpreti

fpreti commented on Jul 28, 2021

@fpreti

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 work

thank you Steve

carlosalvidrez

carlosalvidrez commented on Jul 28, 2021

@carlosalvidrez
Author

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

harrisonhunter commented on Jul 30, 2021

@harrisonhunter

Is there a recommended fork that is a published version with that change?

carlosalvidrez

carlosalvidrez commented on Sep 20, 2021

@carlosalvidrez
Author

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

Gencix commented on Aug 12, 2022

@Gencix

I have fix with this procedure:

From meteor 2.2

  • remove useraccounts and dependencies
  • update to 2.3 and than update to 2.4 or directly to last version (2.7.3 in my case)
  • restore meteor (this delete locally database, and have you to restore later. So backup if have you dates locally)
  • fix new version of node.js

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:

  • meteor add useraccounts:core
  • meteor add fetch
  • meteor add accounts-ui
  • meteor add service-configuration
  • meteor add accounts-password
  • meteor add accounts-ui

And Meteor run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @steveovens@carlosalvidrez@fpreti@harrisonhunter@Gencix

        Issue actions

          Upgrade request so we can upgrade to Meteor 2.3.1 · Issue #772 · meteor-useraccounts/core