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 used npx create-web3 to create the project, but when I went into packages/frontend to install the dependencies using "npm install" I got an error.
when using "npm install" to install all dependencies with no issues
frontend git:(main) ✗ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @create-web3/[email protected] npm ERR! Found: @nomiclabs/[email protected] npm ERR! node_modules/@nomiclabs/hardhat-ethers npm ERR! dev @nomiclabs/hardhat-ethers@"npm:hardhat-deploy-ethers@^0.3.0-beta.10" from @create-web3/[email protected] npm ERR! packages/backend npm ERR! @create-web3/[email protected] npm ERR! node_modules/@create-web3/backend npm ERR! workspace packages/backend from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @nomiclabs/hardhat-ethers@"^2.0.0" from @nomiclabs/[email protected] npm ERR! node_modules/@nomiclabs/hardhat-waffle npm ERR! dev @nomiclabs/hardhat-waffle@"^2.0.3" from @create-web3/[email protected] npm ERR! packages/backend npm ERR! @create-web3/[email protected] npm ERR! node_modules/@create-web3/backend npm ERR! workspace packages/backend from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!
No response
The text was updated successfully, but these errors were encountered:
I got the same error with the following settings:
Typescript Nextjs Chakra NPM
When I tried using npm i --force, it works.
npm i --force
Sorry, something went wrong.
No branches or pull requests
What happened?
I used npx create-web3 to create the project, but when I went into packages/frontend to install the dependencies using "npm install" I got an error.
What was Expected?
when using "npm install" to install all dependencies with no issues
Relevant log output
Proposed Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: