lesson 7: Cannot read properties of undefined (reading 'length') #5055
Answered
by
paulcoffee85
tiwariji99
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
paulcoffee85
Mar 10, 2023
Replies: 1 comment 7 replies
-
in hardhat-config: You are missing: Also: check your package.json, make sure it's installed and showing in dependencies. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
tiwariji99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in hardhat-config: You are missing:
require("dotenv").config()
Also: check your package.json, make sure it's installed and showing in dependencies.