Skip to content

Lesson 5: Deploying failed at 7:07:43 #5293

Answered by yeskaydee
yeskaydee asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yeskaydee
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant