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

assertValidName.js:21 Uncaught ReferenceError: process is not defined #48

Open
larebsyed opened this issue Jun 5, 2022 · 2 comments
Open

Comments

@larebsyed
Copy link

I get this error when I try to add this to my apollo client

@SparkDragon
Copy link

Same issue with Nuxt 3 when running nuxt generate

@ShaneAlexGraham
Copy link

I haven't fully tested this yet but I was able to get at least this error message to go away by adding the following to my package.json
"resolutions": { "graphql": "^16.5.0" }, "overrides": { "graphql-lodash": { "graphql": "^16.5.0l" } }

I came across this issue while upgrading my react and apollo to the latest versions.
react@18.1.0
@apollo/client@3.6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants