Skip to content
New issue

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

Warnings for non-existent property 'INVALID_ALT_NUMBER' #137

Open
rootulp opened this issue Sep 8, 2021 · 3 comments
Open

Warnings for non-existent property 'INVALID_ALT_NUMBER' #137

rootulp opened this issue Sep 8, 2021 · 3 comments

Comments

@rootulp
Copy link
Contributor

rootulp commented Sep 8, 2021

I observed the following warnings when running 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
@rootulp
Copy link
Contributor Author

rootulp commented Sep 8, 2021

This seems caused by antlr/antlr4#2834 which gets pulled in by solhint

@rootulp
Copy link
Contributor Author

rootulp commented Sep 8, 2021

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

@rootulp
Copy link
Contributor Author

rootulp commented Sep 8, 2021

We can track protofire/solhint#309 and upgrade solhint after that is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant