How do you separate dependency of frontend and backend in an Nx workspace? #1286
Unanswered
winston0410
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Nx strongly recommends using a single version dependency. That means that your root package.json file should have the dependencies for all your apps/libs. |
Beta Was this translation helpful? Give feedback.
2 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.
-
So I want to share dependencies between packages in frontend and backend, but not having all of them in root. Otherwise when I run the CI when the backend's code has changed, I will have to download the dependencies for frontend as well. Can Nx handle that?
Beta Was this translation helpful? Give feedback.
All reactions