Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating @embroider/util cause build error #1136

Closed
usamahamed opened this issue Feb 21, 2022 · 2 comments
Closed

Updating @embroider/util cause build error #1136

usamahamed opened this issue Feb 21, 2022 · 2 comments

Comments

@usamahamed
Copy link

I am currently trying to update @embroider/util to version 1.2.0 but for me, it cause a build error, it wroking before with version 0.47.2

My node version: 16.14.0
My npm version: 18.3.1

image

@Windvis
Copy link
Collaborator

Windvis commented Feb 21, 2022

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+.

@Windvis
Copy link
Collaborator

Windvis commented Feb 21, 2022

Closing since it's a duplicate.

@Windvis Windvis closed this as completed Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants