"yarn add --dev hardhat" doesn't install hardhat correctly #175
-
Beta Was this translation helpful? Give feedback.
Answered by
PatrickAlphaC
Jun 7, 2022
Replies: 1 comment 7 replies
-
Can you please format your copy-pasted code questions instead of screenshotting them as we show here? Thanks And this is a common issue we've seen that we go over in the video here. You have either a To fix, run:
and this will tell you where your hardhat config is. Could you please update your question with copy-pasted code so others can find your question? Thanks for asking! |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
LordReya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please format your copy-pasted code questions instead of screenshotting them as we show here? Thanks
And this is a common issue we've seen that we go over in the video here.
You have either a
package.json
in a parent directory, or ahardhat.config.js
already in a parent directory.To fix, run:
and this will tell you where your hardhat config is.
Could you please update your question with copy-pasted code so others can find your question? Thanks for asking!