A-J Roos

Results 15 comments of A-J Roos

Hey @TimmDay The issue was fixed in this PR - you need to use `@apollo/client` version 3.4.0 🙂 https://github.com/wesbos/Advanced-React/pull/283

Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...

@Dujota `ERR undefined` is a common npm installation error if the version of Node is too new. Can you tell us which version of Node.js you are using? Node 14...

What happens if you try Node 14?

@5uttercan3 It's okay. Those are sub-dependencies of `install-peerdeps` and [not npm packages used in this config](https://github.com/wesbos/eslint-config-wesbos/blob/master/package.json). Wes cannot do anything to remove those messages as they come from the `install-peerdeps`...

> npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps @EricPhifer Please re-run the command with `--force` or `--legacy-peer-deps` and see if...

Wes uses GitHub to host all of his code. This is the starter files for his course @toxicsmurf 🙂

Hi @esrapaksoy I think you wanted to push these changes against your own GitHub repo and not the course starter repo. If you need help with anything related to the...

My issue was caused by [Apollo Developer Tools](https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/), removing it from Firefox stopped this error.

Install `eslint` and `prettier` and retry? ```sh npm i [email protected] [email protected] ```