Lesson 7: this error keeps showing up whenever I deploy my contracts? #4770
-
Error: ERROR processing /home/anouar/blockchain-dev-course/Hardhat-fundme/deploy/01-deploy-fund-me.js: TypeError: Cannot read properties of undefined (reading 'length')
the error shows up and I don't have this length property in any of my files like: 01-deploy-fund-me.js of 00-deploy-mocks.js |
Beta Was this translation helpful? Give feedback.
Answered by
AmitKochar1
Feb 9, 2023
Replies: 1 comment 1 reply
-
I had this error as well, double check the spelling in your hardhat. config and deploy scripts. I will try to find out how I resolved it but I am sure it was related to spelling mistakes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AnouarBF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this error as well, double check the spelling in your hardhat. config and deploy scripts. I will try to find out how I resolved it but I am sure it was related to spelling mistakes.