How to backup from latest version to older version 2.9.3? #3265
Answered
by
fvictorio
Nik4an
asked this question in
Troubleshooting
|
I accidentally installed the wrong version of hardhat. I need another version. Deleted the node.js, but it didn't help |
Answered by
fvictorio
Oct 10, 2022
Replies: 1 comment
|
Use |
0 replies
Answer selected by
Nik4an
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
"hardhat": "2.9.3"in yourpackage.json`` and re-install your packages (eithernpm installoryarn`, whatever you use)