"yarn add --dev hardhat" after run didnt show up node_modules , package.json and yarn.lock file #5601
-
While loading the commad yarn add --dev hardhat, i get bunch of warning and info like so
i dunno why.... |
Beta Was this translation helpful? Give feedback.
Answered by
darshilmistry
Jun 3, 2023
Replies: 1 comment 2 replies
-
Have you checked if a higher directory contains |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LeeJianXing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you checked if a higher directory contains
hardhat.config.js
,package.json
andyarn.lock
files .