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
I have a NX version 14 workspace with an electron and an angular app. I'm currently fixed on nx@14 because of a plugin that I need that's not available for nx@15.
My goal is to have a common version for both apps and all libs as well as generate a single changelog-file.
My Nx@14 workspace does not have a workspace.json.
Without a workspace.json I don't manage to get the correct behaviour.
If a add a minmal workspace.json for semver only, I get the correct behaviour from semver but several other functions of my workspace don't work any longer (I guess the minmal workspace.json overrules the project inference plugin).
Has anybody solved this problem already or can give me a hint?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I have a NX version 14 workspace with an electron and an angular app. I'm currently fixed on nx@14 because of a plugin that I need that's not available for nx@15.
My goal is to have a common version for both apps and all libs as well as generate a single changelog-file.
My Nx@14 workspace does not have a workspace.json.
Without a workspace.json I don't manage to get the correct behaviour.
If a add a minmal workspace.json for semver only, I get the correct behaviour from semver but several other functions of my workspace don't work any longer (I guess the minmal workspace.json overrules the project inference plugin).
Has anybody solved this problem already or can give me a hint?
Thanks a lot!
Juergen
Beta Was this translation helpful? Give feedback.
All reactions