Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Issues when upgrading to Meteor 2.3 (accounts-base incompatibility) #161

Open
Florian3k opened this issue Jun 29, 2021 · 3 comments
Open

Comments

@Florian3k
Copy link

Florian3k commented Jun 29, 2021

Meteor 2.3 updates package accounts-base to 2.0.0, which is incompatible with simple:rest and simple:authenticate-user-by-token

   While selecting package versions:
   error: Conflict: Constraint [email protected] is not satisfied by accounts-base 2.0.0.
   Constraints on package "accounts-base":
   * accounts-base@~2.0.0 <- top level
   * [email protected] <- service-configuration 1.1.0
   * [email protected] <- accounts-google 1.4.0
   * [email protected] <- accounts-oauth 1.3.0
   * [email protected] <- accounts-password 2.0.0
   * [email protected] <- simple:rest 1.1.1
   * [email protected] <- simple:authenticate-user-by-token 1.0.1

Are there any plans to update those packages?

@StephenKoller
Copy link

StephenKoller commented Jul 13, 2021

Having this same issue. I may end up forking simple:rest and just try to force it to use [email protected].

Although I poked around the Meteor repo (which contains the code for accounts-base) as well as the docs, I didn't see anything like a changelog detailing the differences between [email protected] and [email protected]. 🤷🏻

EDIT: Looks to me like the recent changes have just been version bumps - https://github.com/meteor/meteor/commits/devel/packages/accounts-base/package.js

@sabativi
Copy link

Hey @StephenKoller can you tell me how to use your fork ?

@erixtekila
Copy link

Hi,
@sabativi you'd look after this PR #162

Just clone this repo in a packages folder of your project.
Than fix the dependencies version, like in the PR commit.

Unfortunatly this project maintainer doesn't seem to be active anymore. And maybe the meteor-community should take care of this project ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants