Lesson 5 - Ethers.js > Compiler stopped working #99
Replies: 2 comments 3 replies
-
What does your What's your |
Beta Was this translation helpful? Give feedback.
-
@PatrickAlphaC Hi Patrick, thank you for taking the time to help me. I managed to fix the issue with the compiler and finish the lesson but now I am having the same compiler issue in Lesson 6. I ran it is showing in both package.json
& hardhat.json
but I still get this error on pragma line for SimpleStorage.sol
I disabled extensions conflicting with hardhat + solidity extension and tried eveery version of solidity solhint but VSCode is still return v0. |
Beta Was this translation helpful? Give feedback.
-
I am getting the following errors after trying to run
node deploy.js
with Ganache UIBox on lower left of the screen when editing settings.json>>>
solc error: TypeError: solc.compileStandardWrapper is not a function
Terminal>>>
SimpleStorage.sol - line 2
pragma solidity ^0.8.14
NOTE: Compiler was working fine and version was set properly.
Compiler version must be fixed [compiler-fixed]
Everything was fine before trying to deploy to ganache
Now, all compiler settings have disappeared from preferences, only get the option to edit json file and settings.json edits are not working.
Can anyone tell me what the hell is going on and how to fix this, plz?
Beta Was this translation helpful? Give feedback.
All reactions