package.json script keeps giving me error #264
Answered
by
MuhammadLuqman-99
rileymross
asked this question in
Q&A
-
Not sure why when the script seems entirely the same as in the guide. Compiling my smart contract works fine if I do it in the terminal, but putting in the
|
Beta Was this translation helpful? Give feedback.
Answered by
MuhammadLuqman-99
Jun 11, 2022
Replies: 2 comments 3 replies
-
{ |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rileymross
-
you miss coma |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"dependencies": {
"solc": "0.8.7-fixed"
},
"scripts": {
"compile": "yarn solcjs --bin --abi --include-path node_modules/ --base-path . SimpleStorage.sol"
}
}