Skip to content
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

Meteor 2.3 not supported #311

Open
hassansardarbangash opened this issue Sep 9, 2021 · 2 comments
Open

Meteor 2.3 not supported #311

hassansardarbangash opened this issue Sep 9, 2021 · 2 comments

Comments

@hassansardarbangash
Copy link

I just upgraded Meteor from v1.8 to v2.3 and now I am getting these errors:

Errors prevented startup:                  
   
   While selecting package versions:
   error: Conflict: Constraint [email protected] is not satisfied by accounts-password 2.0.1.
   Constraints on package "accounts-password":
   * [email protected] <- top level
   * accounts-password@~2.0.0 <- top level
   * [email protected] <- nimble:restivus 0.8.12

Is there any fix for this?

@kolyasya
Copy link

@hassansardarbangash try to use some available forks of this package, they have a needed change. Or create a local copy and change required versions in it.

@yasaricli
Copy link

hi @hassansardarbangash

i had a problem like this too, it worked as follows:

meteor remove accounts-password
meteor add accounts-password

In short, after the meteor update, you have to delete the accounts-password package and add it again.

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

No branches or pull requests

3 participants