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
If you currently install dependencies with npm install, many (all?) of the unit tests fail with ReferenceError: __makeTemplateObject is not defined. Installing with Yarn is fine, as that always gives the same versions for every package.
This is inconvenient for contributors, but also currently makes CI jobs fail. We should probably figure out what happened recently with npm packages. Probably we should also make the CI jobs install using Yarn instead of npm, even though that would make situations like this possibly harder to spot right away.
The text was updated successfully, but these errors were encountered:
If you currently install dependencies with
npm install
, many (all?) of the unit tests fail withReferenceError: __makeTemplateObject is not defined
. Installing with Yarn is fine, as that always gives the same versions for every package.This is inconvenient for contributors, but also currently makes CI jobs fail. We should probably figure out what happened recently with npm packages. Probably we should also make the CI jobs install using Yarn instead of npm, even though that would make situations like this possibly harder to spot right away.
The text was updated successfully, but these errors were encountered: