-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(core): use nx@next when migrating to next
#16557
fix(core): use nx@next when migrating to next
#16557
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8de78e5
to
2badf11
Compare
function nxCliPath( | ||
version = process.env.NX_MIGRATE_USE_NEXT === 'true' ? 'next' : 'latest' | ||
) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a weird function name, can we change it to like... installNxTemporarily(version: 'latest' | 'next')
?
Don't make it optional, and move the environment variable check outside of here.
2badf11
to
1268a9c
Compare
1268a9c
to
0f5f997
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #