You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running create-web3-app I'm getting this error
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/viem
npm ERR! viem@"^0.3.50" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer viem@"2.x" from [email protected]
npm ERR! node_modules/connectkit
npm ERR! connectkit@"^1.4.0" 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!
npm ERR!
npm ERR! For a full report see:
To Reproduce
Steps to reproduce the behavior:
run:
npx create-web3-dapp
Welcome to the create-web3-dapp wizard 🔮
⏳ Checking for new updates...
√ Project name ... my-create-web3-dapp
√ Choose how to start » Boilerplates dapp
√ Do you want to use Typescript? ... Javascript / Typescript
√ Choose your chain » Polygon
√ [Optional] Choose your blockchain development environment: » Hardhat
√ Do you want to create a smart contract? » No
√ Insert your Alchemy API Key (Copy from https://auth.alchemy.com/?a=create-web3-dapp): ...
√ Help us improve create-web3-dapp with anonymous crash & basic usage data? ... no / yes
Error: AxiosError: getaddrinfo ENOTFOUND p85vbvjhtk.execute-api.eu-central-1.amazonaws.com
[...]
Expected behavior
To be able to create quickly a web3 dapp without having to fix dependencies issues from minute 0. I thought that was the idea of this repo
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
create-web3-app
I'm getting this errorTo Reproduce
Steps to reproduce the behavior:
There is already an issue for the axios error
2. run
npm install
and then you get the error in the bug description.Expected behavior
To be able to create quickly a web3 dapp without having to fix dependencies issues from minute 0. I thought that was the idea of this repo
The text was updated successfully, but these errors were encountered: