We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Constraint conflict with newly released accounts-base 2.0.0:
I'll try modifying the constraint:
[email protected] || 2.0.0
and see if it still works.
The text was updated successfully, but these errors were encountered: