Skip to content

Lesson 5 complie solidity using yarn #664

Answered by Rishi860
Sakana-xc asked this question in Q&A
Discussion options

You must be logged in to vote

I think the error must be the missing space before "SimpleStorage.sol" (file name).
It could be messing up with the file path

yarn solcjs --bin --abi --include-path node_modules/ --base-path . -o . SimpleStorage.sol

instead of

yarn solcjs --bin --abi --include-path node_modules/ --base-path . -o .SimpleStorage.sol

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sakana-xc
Comment options

Answer selected by Sakana-xc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants