Skip to content
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: Unable to find graphql.vscode-graphql's node_modules #23

Open
subtleGradient opened this issue Dec 22, 2021 · 2 comments
Open

Error: Unable to find graphql.vscode-graphql's node_modules #23

subtleGradient opened this issue Dec 22, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@subtleGradient
Copy link

Error: Unable to find graphql.vscode-graphql's node_modules

graphql.config.js

const { config } = require("@relay-graphql-js/graphql-config").generateConfig()
module.exports = config;

yarn graphql-codegen
or
node ./graphql.config.js

@richardguerre
Copy link
Contributor

@subtleGradient I got the same issue, and did a little bit more digging here #21. You can either downgrade your node version or patch relay-graphql-js with the changes that I mentioned (using patch-package).

@acao acao added the bug Something isn't working label Jul 30, 2022
@acao
Copy link
Collaborator

acao commented Jul 30, 2022

@richardguerre thank you for the PR! another release is coming shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants