Brownie Compile Error -- Lessons 5 & 6 #42
Answered
by
davidyuill27
hhopkins95
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
davidyuill27
Sep 17, 2021
Replies: 2 comments 4 replies
-
Thanks for making this question!
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Your brownie-config.yaml is spelled incorrectly. Let us know if that fixes your compiler issue. I had issues with imports as well. I had to npm install the dependencies and put them in a node_modules folder. This allowed the compiler to see actual real issues when coding. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hhopkins95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your brownie-config.yaml is spelled incorrectly. Let us know if that fixes your compiler issue. I had issues with imports as well. I had to npm install the dependencies and put them in a node_modules folder. This allowed the compiler to see actual real issues when coding.