graphql-lodash icon indicating copy to clipboard operation
graphql-lodash copied to clipboard

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

Open larebsyed opened this issue 3 years ago • 2 comments

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

larebsyed avatar Jun 05 '22 21:06 larebsyed

Same issue with Nuxt 3 when running nuxt generate

SparkDragon avatar Jun 13 '22 11:06 SparkDragon

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. [email protected] @apollo/[email protected]

ShaneAlexGraham avatar Jul 02 '22 16:07 ShaneAlexGraham