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
When running npx nuxi typecheck I am getting the following error after updating to @nuxtjs/apollo@5.0.0-alpha.9
npx nuxi typecheck
@nuxtjs/apollo@5.0.0-alpha.9
nuxt.config.ts:43:12 - error TS2589: Type instantiation is excessively deep and possibly infinite. 43 modules: ['@nuxtjs/apollo'],
npx nuxi typecheck should not raise an error
Run npx nuxi typecheck
No response
The text was updated successfully, but these errors were encountered:
fix: module types generation (#570)
3d82fce
* chore(deps): update `@nuxt/module-builder` * fix: module types generation
I also got this one on alpha.11
alpha.11
Sorry, something went wrong.
I am not able to reproduce this issue.
@HaNdTriX @FranciscoKloganB Could you provide an example file nuxt.config.ts that results into this issue?
nuxt.config.ts
I just checked and the issue seems to be resolved in v5.0.0-alpha.11
v5.0.0-alpha.11
No branches or pull requests
Environment
Describe the bug
When running
npx nuxi typecheck
I am getting the following error after updating to@nuxtjs/apollo@5.0.0-alpha.9
Expected behaviour
npx nuxi typecheck
should not raise an errorReproduction
Run
npx nuxi typecheck
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: