web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

WalletConnect V2 missing dependencies

Open Benjythebee opened this issue 1 year ago • 3 comments

Getting this error when accessing localhost:3000 image

repro: https://github.com/Benjythebee/wc-repro-yarn-bug

I have tried deleting node_modules, deleting lock, running yarn --check-files, running yarn --force, running npm first and then yarn... No luck;

@grabbou (sorry for name-dropping), any thoughts?

Benjythebee avatar May 04 '23 00:05 Benjythebee

Related: https://github.com/WalletConnect/walletconnect-monorepo/issues/2304

Benjythebee avatar May 07 '23 23:05 Benjythebee

It was an error with Walletconnect's Universal Provider which is accessed through the Ethereum Provider, which is a peer dependency of web3-react/walletconnect-v2. They already fixed this in v2.7.4, so if you remove your node modules and lockfile and reinstall the dependencies again, it should automatically install walletconnect/[email protected] as a peer dependency.

hernandoagf avatar May 18 '23 17:05 hernandoagf

Wait. Why am I getting this?

On Thu, May 18, 2023, 10:50 AM Hernando Guzmán @.***> wrote:

It was an error with Walletconnect's Universal Provider which is accessed through the Ethereum Provider, which is a peer dependency of web3-react/walletconnect-v2. They already fixed this in v2.7.4, so if you remove your node modules and lockfile and reinstall the dependencies again, it should automatically install @.*** as a peer dependency.

— Reply to this email directly, view it on GitHub https://github.com/Uniswap/web3-react/issues/811#issuecomment-1553409955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR5TVRPLIAANRNFPJDIZNUTXGZOP3ANCNFSM6AAAAAAXVDAKGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

PeterdQuinn avatar May 18 '23 17:05 PeterdQuinn