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
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes#21418
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes#21418
(cherry picked from commit 8685e10)
Description
npx nx migrate 17.2
should migrate to the latest patch version of nx (f.e. 17.2.8), cause currently it installs 17.2.0Motivation
I want to install the latest possible version of 17.2 without the need to specify it explicitly (pretty natural behavior for npm ecosystem).
Mainly needed cause
latest
(17.3.0 at the moment) is not stable enough for me #21412 which is why I want to use the previous release.Suggested Implementation
I'd expected it to work the same way as
npm install [email protected]
where it resolves 17.2 to the latest 17.2.8Alternate Implementations
The text was updated successfully, but these errors were encountered: