-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
"Cannot find module 'graphql-request' or its corresponding type declarations" when using with pnpm #471
Comments
@some-user123 This was caused due to upstream changes in the For the time being you can manually install the dep as seen below to avoid the error: |
I was withholding nuxt updates so far because I don't like workarounds ;-) (In some weeks nobody knows, why the package was added and it will stay there forever...) When can we expect a solution? Wouldn't it just be an update to the Meanwhile |
I'm still getting the error about
package.json "devDependencies": {
"@graphql-codegen/typescript-graphql-request": "6.2.0"
}
|
I am facing the same problem. I tried the solution proposed by @Diizzayy without success. Furthermore, I also tried installed the "missing" packages without success. Does anyone found a workaround for it? |
@AngeloSchulerPiletti , @Diizzayy |
Environment
Describe the bug
After updating nuxt from 3.9.3 to 3.10.3 I'm getting this error:
Expected behaviour
Should not fail ;-)
Reproduction
https://github.com/some-user123/nuxt-graphql-client-issue-471
pnpm install --frozen-lockfile
pnpm prepare
pnpm typecheck
https://github.com/some-user123/nuxt-graphql-client-issue-471/actions/runs/8152835329/job/22283031110
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: