set-protocol-v2 icon indicating copy to clipboard operation
set-protocol-v2 copied to clipboard

Warnings for non-existent property 'INVALID_ALT_NUMBER'

Open rootulp opened this issue 4 years ago • 3 comments

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 avatar Sep 08 '21 01:09 rootulp

This seems caused by https://github.com/antlr/antlr4/issues/2834 which gets pulled in by solhint

rootulp avatar Sep 08 '21 01:09 rootulp

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 avatar Sep 08 '21 01:09 rootulp

We can track https://github.com/protofire/solhint/issues/309 and upgrade solhint after that is resolved

rootulp avatar Sep 08 '21 01:09 rootulp