We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unable to run this project locally. I encounter the following error:
The topmost part of this image looks normal. I need to install the relevant packages before running the project.
The unexpected error is this part:
billy@billys-mbp gatsby-advanced-starter % npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]
Apple M1 Macbook pro 2021
The text was updated successfully, but these errors were encountered:
Unfortunately you need to use NPM_CONFIG_LEGACY_PEER_DEPS=true (or npm i --force) due to upstream package issues when using npm.
NPM_CONFIG_LEGACY_PEER_DEPS=true
npm i --force
Sorry, something went wrong.
No branches or pull requests
Error:
I'm unable to run this project locally. I encounter the following error:
The topmost part of this image looks normal. I need to install the relevant packages before running the project.
The unexpected error is this part:
Platform:
Apple M1 Macbook pro 2021
Steps to reproduce:
The text was updated successfully, but these errors were encountered: