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
Brand new project following the tutorial on ToDo List (https://svelte-tutorial.meteor.com/simple-todos/07-adding-user-accounts.html)
meteor add acemtp:accounts-passwordless => Errors while adding packages: While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by email 2.2.0. Constraints on package "email": * email@~2.2.0 <- top level * [email protected] <- acemtp:accounts-passwordless 0.2.3 Conflict: Constraint [email protected] is not satisfied by accounts-base 2.2.0. Constraints on package "accounts-base": * accounts-base@~2.2.0 <- top level * [email protected] <- acemtp:accounts-passwordless 0.2.3 * [email protected] <- service-configuration 1.3.0 <- accounts-base 2.2.0 <- acemtp:accounts-passwordless 0.2.3 * ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brand new project following the tutorial on ToDo List (https://svelte-tutorial.meteor.com/simple-todos/07-adding-user-accounts.html)
The text was updated successfully, but these errors were encountered: