66 likes
·
1.9K reads
5 comments
·Jul 10, 2022
Jul 10, 2022
Mast
1
·
·Jul 14, 2022
Jul 14, 2022
Great Blog Vatsal. Websites run very fast with web3-react and are very flexible. I will use it in my next dApp for sure.
1
·
·1 reply
Author
·Aug 10, 2022
Let me know if it worked well!
·
·Jul 14, 2022
Jul 14, 2022
When trying to instrall the dependency npm install @web-react/core
I'm getting this error (had to add spaces to the domain, that is redacted from the original error):
npm ERR! code E404
npm ERR! 404 Not Found - GET https:// registry . npmjs . org/@web-react%2fcore - Not found
npm ERR! 404
npm ERR! 404 '@web-react/core@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/sebastian/.npm/_logs/2022-07-14T20_32_26_751Z-debug-0.log
·
·1 reply
Author
·Aug 10, 2022
Hey, Sebastian. I am sorry it is a typo up there, I am working on the fix.
But, the command is -
yarn add @web3-react/core
·