Error in install @walletconnect/web3-providerā€™

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\shimal\AppData\Local\npm-cache_logs\2022-09-12T11_07_09_046Z-debug-0.log

what command did you run?

1 Like

I run
Npm install @walletconnect/web3-provider

Npm install @walletconnect/web3-provider

maybe it is not needed to be installed with that particular path?

maybe this works better for you:

I still face same issue

Can you install @walletconnect/web3-provider in a new project?

Or try adding "@walletconnect/web3-provider": "1.7.1" to your package.json dependencies and run the npm install command.