Building a web3 frontend with React #2556
Unanswered
Mohmmadanas
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Have you configured a custom registry in your |
Beta Was this translation helpful? Give feedback.
1 reply
-
The error was complaining about See hardhat's documentation for more information: https://hardhat.org/plugins/nomiclabs-hardhat-ethers.html You might be able to fix the error by removing the trailing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm
trying to download ethers using (npm install ethers)but I got this error
npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/@nomiclabs%2fhardhat-ethers/
npm ERR! 404
npm ERR! 404 '@nomiclabs/hardhat-ethers@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
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! ### C:\Users\anasm\AppData\Local\npm-cache_logs\2022-01-16T12_22_48_988Z-debug.log``
and this is my code :
Beta Was this translation helpful? Give feedback.
All reactions