Latest update has caused issue in our app builds #2130
Closed
Sham-Hulla
started this conversation in
General
Replies: 1 comment
-
Hi @Sham-Hulla I don't think the commit you link is the culprit: it landed this morning and is not yet released. And prettier is a dev dependency of VTU, so it should not affect you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Not sure what the right forum for this is but I thought I'd flag this and it might help others who could be affected by the same issue.
The latest change to this project(136e67b) has upgraded a dependency(prettier) to a version that uses a more recent version of node and because our codebase is still on a pretty old and unsupported version(14.21.x) it's stopped building a bunch of our apps:
Expected version ">=16". Got "14.21.3"
The resolution on our side was to pin commander to a previous version(11.x > 10.x).
Beta Was this translation helpful? Give feedback.
All reactions