We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm running into the same issue described here. Flycheck never gets past the import. The solution is to call solc with a remapping like:
@openzeppelin/=$(pwd)/node_modules/@openzeppelin/
How can this be achieved?