Replies: 2 comments 26 replies
-
Hi @Tarunrao0 ! This is usually caused by dependency conflicts. Try to downgrade your dependencies to Patrick's versions. Like your ethers to ethers@^5.5.3, @nomiclabs/hardhat-ethers, hardhat-deploy and so on. |
Beta Was this translation helpful? Give feedback.
26 replies
-
Hello @Tarunrao0 , try to change namedAccounts's format;
do this; |
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.
-
while deploying the "01-deploy-fund-me.js" I get the following error:
TypeError: Cannot read properties of undefined (reading 'length')
I've referred the discussions tab and tried to fix what I can, but still am getting this error
Here is my code:
this is my config:
this is the link to my repo : https://github.com/Tarunrao0/Hardhat-fund-me
Beta Was this translation helpful? Give feedback.
All reactions