lesson 5 no such file or directory, open 'SimpleStorage.sol' #2805
Answered
by
RoboCrypter
MohamadAlzoubi
asked this question in
Q&A
-
I am not able to compile after typing the files by typing the path (solcjs --bin --abi --include-path node_modules/ --base-path . -o . SimpleStorage.sol) |
Beta Was this translation helpful? Give feedback.
Answered by
RoboCrypter
Sep 22, 2022
Replies: 2 comments 2 replies
-
@MohamadAlzoubi : Check your file name SimpleStorage match it, It should be same every where, Check your contract name as well! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MohamadAlzoubi
-
Use this instead:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MohamadAlzoubi : Check your file name SimpleStorage match it, It should be same every where, Check your contract name as well!