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
Trying to install @nuxtjs/apollo on my brand new Nuxt 3 app since we're migrating from Nuxt 2 and i'm getting this error:
@nuxtjs/apollo
error @apollo/[email protected]: The engine "node" is incompatible with this module. Expected version ">=12.13.0 <17.0". Got "18.20.2"
Since Nuxt 3 requires Node 18+ I don't get why one package in @nuxtjs/apollo is requiring 17-...
I should be able to install @nuxtjs/apollo on Nuxt 3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Describe the bug
Trying to install
@nuxtjs/apollo
on my brand new Nuxt 3 app since we're migrating from Nuxt 2 and i'm getting this error:error @apollo/[email protected]: The engine "node" is incompatible with this module. Expected version ">=12.13.0 <17.0". Got "18.20.2"
Since Nuxt 3 requires Node 18+ I don't get why one package in
@nuxtjs/apollo
is requiring 17-...Expected behaviour
I should be able to install
@nuxtjs/apollo
on Nuxt 3Reproduction
No response
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: