-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Please update graphql to 14.0.2 #1891
Comments
|
I also had a problem with gatsby. I ended using Yes i think, treating graphql as a peer-dependency solves a lot of problems like this ones |
Is there any movement on this issue? |
Hello, please update graphql dependency - it causes a lot of frustration. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I have a project, which renders
React
app to static files on build withreact-static
. It uses webpack 4 and Babel7 to compile source code to static and dynamic pages. Similar togatsby.js
Currently I have an issue with aws-amplify dependency on
graphql@0.13.0
. I have installed graphql@14.0.2 as dependency to my project, but then I runnpm ls graphql
I see this:and I do not see my freshly installed 14.0.2. Then I try to run dev environment, I got errors:
I'm looking at node_modules/graphql/index.js and I see the export of print in index.js file, and the version is 14.0.2 in package.json, but for some reason webpack using aws-amplify's version of graphql.
Please make loose dependency on graphql or make it peer-dependency.
The text was updated successfully, but these errors were encountered: