-
Notifications
You must be signed in to change notification settings - Fork 148
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
Error: Duplicate "graphql" modules #211
Comments
Gey @tobkle, thanks for reporting this issue! Could you try following the steps mentioned in this comment? Let me know if that doesn't solve the problem for you. Thanks! 🙏 |
first : yarn clean cache need be replace by yarn cache clean * Documentation Yarn |
@tobkle It would be great if the "Answer" could be updated with the edits from @SebaBoler. |
I followed all of these steps and still got the same result. Any idea why? |
this solution worked for me :
that's it |
@tobkle , I followed the step you mentioned, still have same issue. |
@codemaster08240328 If you search for graphql modules ( |
me too is 'Duplicate "graphql" modules cannot be used at the same time since different |
yarn list graphql make all graphql to same version (see package.json) |
I am encountering this error after I bundled my node application using This is my
|
I tried @miketwo approach, worked in my case.
|
I leave this comment to help others who did the same stupid mistake that I did. I have a folder structure like this:
I accidentally installed graphql in the project's root folder instead of the server folder. Even |
After starting with today's version (there is no version tag):
And running a posts query in the playground, I received the following error:
Solved it by
Or is there a better way resolving this error situation?
The text was updated successfully, but these errors were encountered: