Not able to install rainbow kit

230 views Asked by At

Errors while installing rainbowkit

How to resolve these errors and install the rainbow kit. I am facing these errors while trying to install the rainbow kit to integrate the wallet and react hooks.

npm install @rainbow-me/rainbowkit wagmi ethers I have tried viem as well instead of ethers in the above command.

1

There are 1 answers

0
Mehmet ali On

the first step is to make sure your npm version is up to date. if not, please update it from nvm. the second step is to download it as follows. npm install module_name --legacy-peer-deps it will download the libraries that are compatible here. I hope this was useful.