-
Notifications
You must be signed in to change notification settings - Fork 128
ethers.JsonRpcProvider is not a constructor #93
Comments
When I run deploy.js in lesson 5, I get this error. TypeError: Cannot read properties of undefined (reading 'JsonRpcProvider') |
You can debug ethers,I think you have a wrong ethers object.
|
This is because you have to downgrade your ethers version 5.6.2, and then change your line to: Hope it helps. |
When I run deploy.js in lesson 5, I get this error.
The text was updated successfully, but these errors were encountered: