Lesson 5: yarn compliation command error #1529
-
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Aug 4, 2022
Replies: 1 comment 3 replies
-
make this correction in your command: Add a space between the second . and SimpleStorage.sol |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make this correction in your command: Add a space between the second . and SimpleStorage.sol
i.e
...--base-path . -o . SimpleStorage.sol
not...--base-path . -o .SimpleStorage.sol