You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Thanks a million for maintaining this @fvictorio. It's the best.)
In 71f83ca antlr4 is added as a direct dependency.
Was updating some things to 0.9.1 and am getting the installation error below when is Node < 14.
14 is LTS as of late October but just wanted to double-check with you that this is expected.
[2/4] 🚚 Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14". Got "12.16.0"
error Found incompatible module.
The text was updated successfully, but these errors were encountered:
But you are right, this shouldn't happen. I'm planning on packaging this library with rollup or something like that, and to remove antlr4 as a dependency. That way this library will continue to work with any version.
Uh oh!
There was an error while loading. Please reload this page.
(Thanks a million for maintaining this @fvictorio. It's the best.)
In 71f83ca antlr4 is added as a direct dependency.
Was updating some things to
0.9.1
and am getting the installation error below when is Node < 14.14 is LTS as of late October but just wanted to double-check with you that this is expected.
The text was updated successfully, but these errors were encountered: