Lesson 5: Error: VM Exception while processing transaction: invalid opcode #6671
Unanswered
cryptoleadxyz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing issues when
node deploy.js
. It in fact deployed the contract on ganache, but something is wrong. I am using WSL: Ubuntu.npm list shows
My deploy.js
My package.json
My SimpleStorage.sol
The error message
I suspect something wrong with the solidity compiler compatibility. But I thought
solc@0.8.26
andpragma solidity 0.8.26
would do. What might be the issue? What can I try?Beta Was this translation helpful? Give feedback.
All reactions