L5 : Error during yarn solcjs compilation of solidity contract in VScode #2611
-
Hey guys , I am getting this error during compilation of solidity contract
This below is my package.json file
Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 15, 2022
Replies: 1 comment 3 replies
-
Hey @cardinalsama make sure you are using the correct name for your contract file. Is you contract file saved as |
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
Hey @cardinalsama make sure you are using the correct name for your contract file. Is you contract file saved as
simplestorage.sol
(inclusive of capitalization)? If there is any slight difference make sure you include it in the command you are running.