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

Can't upgrade to nx 19.x #24

Open
alecf opened this issue Sep 10, 2024 · 0 comments
Open

Can't upgrade to nx 19.x #24

alecf opened this issue Sep 10, 2024 · 0 comments

Comments

@alecf
Copy link

alecf commented Sep 10, 2024

Which package / area of the repo does the bug impact?

@vercel/remote-nx

What version are you using?

2.0.0

What package manager are you using / does the bug impact?

npm

What operating system are you using?

Linux

Describe the Bug

The current release (2.0.0) depends on nx-remotecache-custom v17, which in turn depends on nx 17. When you upgrade to 19 (or 18) you get 2 copies of nx in your dependency tree. There is a new version of nx-remotecache-custom for v19.

I was able to upgrade my local nx to 19.1, but after that (current version as of this issue is 19.7.x) it seems to be broken - you get strange errors about nx not creating a dependency graph. I suspect the cause is the colliding nx versions.. but even if that wasn't the case, it would be nice to have explicit support so we don't have duplicate copies of nx in our trees.

Can we get an update version to support nx 19?

Expected Behavior

That I can run this with nx 19

To Reproduce

create a project with the latest version of nx (19.7.x) and try to run a mult-package command.

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

1 participant