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

Not Compatible with Meteor v2.3 (accounts-base 2.0.0) #55

Open
cormip opened this issue Aug 12, 2021 · 0 comments
Open

Not Compatible with Meteor v2.3 (accounts-base 2.0.0) #55

cormip opened this issue Aug 12, 2021 · 0 comments

Comments

@cormip
Copy link

cormip commented Aug 12, 2021

Constraint conflict with newly released accounts-base 2.0.0:

C:\myApp>meteor add tprzytula:remember-me
 => Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint [email protected] is not satisfied by accounts-base 2.0.0.
Constraints on package "accounts-base":
* [email protected] <- top level
* accounts-base@~2.0.0 <- top level
* [email protected] <- service-configuration 1.1.0 <- accounts-base 2.0.0
* [email protected] <- accounts-password 2.0.0
* [email protected] <- tprzytula:remember-me 0.1.0

I'll try modifying the constraint:

[email protected] || 2.0.0

and see if it still works.

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

1 participant