-
https://github.com/yeskaydee/ethers-simple-storage.git can anyone tell where is the error? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you are experiencing issues with the latest version of Ethers, ethers ^6.0.2, which appears to be unstable, you can easily solve the problem by downgrading to a previous version of Ethers, such as ethers 5.7.2. To downgrade to ethers 5.7.2, run either of the following commands on your command line interface, depending on your package manager: For npm: npm install ethers@5.7.2 yarn add ethers@5.7.2 |
Beta Was this translation helpful? Give feedback.
-
happy to help !
…On Fri, Apr 14, 2023 at 8:53 AM bancoesusanna ***@***.***> wrote:
i love you so much!! it has been almost 2 hours that i'm trying to solve
this error, argued with chatGPT for 1 hour and a half! thank you very much!!
—
Reply to this email directly, view it on GitHub
<#5293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUBSWZPQPNPZUPXWHF5KRC3XBC7JXANCNFSM6AAAAAAW4XSG3U>
.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/5293/comments/5611313
@github.com>
|
Beta Was this translation helpful? Give feedback.
If you are experiencing issues with the latest version of Ethers, ethers ^6.0.2, which appears to be unstable, you can easily solve the problem by downgrading to a previous version of Ethers, such as ethers 5.7.2.
To downgrade to ethers 5.7.2, run either of the following commands on your command line interface, depending on your package manager:
For npm:
npm install ethers@5.7.2
For yarn:
yarn add ethers@5.7.2
https://github.com/PatrickAlphaC/ethers-simple-storage-fcc