Replies: 1 comment 4 replies
-
OK, I've explored this a bit further and realised that it's because we mainly rely on package.json instead of project.json on each of our libraries. project.json only had a root specified, if I add the targets property then when I run semver install, the version target gets added and everything from them on works as expected. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm using the latest NX version, and attempting to set semver up for the first time. When I go through the installation process I enter an interactive mode where I specify the projects, etc. After this is completed nothing happens (no files are changed). I thought this would immediately create some tasks that we could run later on. If I move to the next step in the readme (Usage) -
nx run my-project:version
nothing happens either, which I believe it's because during the first step there was no target version created.Am I understanding this correctly?
Beta Was this translation helpful? Give feedback.
All reactions