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
Currently installing in a meteor 1.8 project shows this server-side error:
While selecting package versions: error: No version of ddp-client satisfies all constraints: @=2.3.1, @~2.3.3 Constraints on package "ddp-client": * ddp-client@=2.3.1 <- top level * ddp-client@~2.3.3 <- top level * ddp-client@2.2.0 <- ddp 1.4.0 <- accounts-base 1.4.3 <- accounts-password 1.5.1 * ddp-client@2.2.0 <- ddp 1.4.0 <- accounts-password 1.5.1 * ddp-client@2.3.2 <- ddp-server 2.2.0 <- ddp 1.4.0 <- accounts-base 1.4.3 <- accounts-password 1.5.1 * ddp-client@2.3.2 <- ddp-server 2.2.0 <- ddp 1.4.0 <- accounts-password 1.5.1 => Your application has errors. Waiting for file change.
The text was updated successfully, but these errors were encountered:
Just update the version of the package to 2.3.3
Sorry, something went wrong.
No branches or pull requests
Currently installing in a meteor 1.8 project shows this server-side error:
The text was updated successfully, but these errors were encountered: