node_modules folder was never created in yarn #263
Answered
by
rileymross
rileymross
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
rileymross
Jun 11, 2022
Replies: 1 comment 1 reply
-
I figured out what my own mistake was. It was that I updated yarn (to 3.2.1) assuming that would make it better, but that version took away the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rileymross
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured out what my own mistake was. It was that I updated yarn (to 3.2.1) assuming that would make it better, but that version took away the
node_modules
folder. Getting rid of the files yarn downloaded and then redoing theyarn add solc
command fixed the problem.