Skip to content
New issue

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

Outdated libraries #114

Open
Haavi97 opened this issue Mar 11, 2024 · 0 comments
Open

Outdated libraries #114

Haavi97 opened this issue Mar 11, 2024 · 0 comments

Comments

@Haavi97
Copy link

Haavi97 commented Mar 11, 2024

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:

  1. 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
[...] 

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant