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
You are running into #1077. Something in your dependency tree is pulling in an older version. If you run npm ls @embroider/macros you should see a list of all versions in your node_modules folder. The addons that bring in older version might have updated it in a new release so bumping the version of those might help. You can send PRs to the others that haven't had the version bump yet.
To make the builds work again you can work around the issue by using npm overrides and forcing all versions to be v1+.
I am currently trying to update
@embroider/util
to version1.2.0
but for me, it cause a build error, it wroking before with version0.47.2
My node version:
16.14.0
My npm version:
18.3.1
The text was updated successfully, but these errors were encountered: