Skip to content

NPM Error trying to run solcjs #291

Answered by PatrickAlphaC
adospinoiu asked this question in Q&A
Discussion options

You must be logged in to vote

Use npx or yarn

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

npm is a package manager but doesn't do execution.
npx does the execution of npm packages

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@adospinoiu
Comment options

@alymurtazamemon
Comment options

Comment options

You must be logged in to vote
1 reply
@adospinoiu
Comment options

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