Open deluca-mike opened 3 years ago
npm install
does seem to fix this. yarn install
breaks it.
Despite solpp 0.11.2
specifying antlr4: ^4.7.1
yarn is pulling antlr4@4.9.0
which seems to have made changes that break solpp
(in how it was being imported).
Will try upgrading yarn.
Confirmed. Installing solpp
with yarn
is busted. Use npm
.
Thanks for flagging this. I pinned the version of antlr4 to ~4.8.0
. Should be fixed in 0.11.3
!
slopp
was working perfectly fine, then just did a reinstall/upgrade of another unrelated package with yarn, and now this:Using node 14.15.1