-
-
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
Unable to use the package #242
Comments
Yup seeing this too |
@ShreyAmbesh @boboldehampsink Temporary fix: ContextThis error occurs when the 1. Modify
|
@Diizzayy thanks for the temporary fix. I can confirm it works. |
@Diizzayy's method No. 1 doesn't work for me, and the second didn't try |
@talaxasy Second works like a charm |
just dropping this issue here - i was able to get the DefaultError problem fixed, then it broke again when i re-installed. even with overrides, npm install is giving me the 2.7.1 version for @graphql-codegen/plugin-helpers. the others are ok, though... maddening |
@stlbucket Indeed, this is quite an annoying bug caused by important upstream dependencies that we haven't been able to get around. As a temporary workaround I might resort to publishing a patched version of the dep to be used solely by this nuxt module that averts this issue. |
@Diizzayy I'm for it |
@ShreyAmbesh @stlbucket @talaxasy @stuible version |
I had to blow away my package-lock.json but this update installs and runs smoothly without the need for overrides. Thanks so much for your work on this package! |
@stuible Okay perfect! I'm happy to hear it's working properly for you. |
@Diizzayy - i will be trying this soon - fyi i had been on rc13, then woke up this morning to the release news so have rebuilt on 3.0 nuxt-graphql-client is showing as 0.2.12 in my package.json - above you said 0.2.11? my next step will be incorporating pinia, which is where i actually encountered the problem previously |
pinia requires --legacy-peer-deps due to the same bug, i believe? |
@stlbucket Pinia should work fine alongside this module, Let me know what if any issue your run into and I'll have a look into it |
@Diizzayy - seems to have worked for now |
yeah, works |
Closing, this was recently resolved upstream as per dotansimha/graphql-code-generator#8590 |
I am getting an error
I guess it might be because of the recent update to the graphql-code-generator more specifically because of this PR where they have removed the
DetailedError
The text was updated successfully, but these errors were encountered: