graphql-lodash
graphql-lodash copied to clipboard
assertValidName.js:21 Uncaught ReferenceError: process is not defined
I get this error when I try to add this to my apollo client
Same issue with Nuxt 3 when running nuxt generate
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]