We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I observed the following warnings when running yarn install:
yarn install
(node:7265) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (node:7265) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
The text was updated successfully, but these errors were encountered:
This seems caused by antlr/antlr4#2834 which gets pulled in by solhint
Sorry, something went wrong.
The latest release of solhint (3.3.6) depends on antlr 4.7.1 (see here) which still contains this issue so upgrading won't resolve. We need antlr 4.9
We can track protofire/solhint#309 and upgrade solhint after that is resolved
No branches or pull requests
I observed the following warnings when running
yarn install
:The text was updated successfully, but these errors were encountered: