-
Notifications
You must be signed in to change notification settings - Fork 598
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
[rush] Issues with Rush and the FNM node version manager. #4983
Comments
It looks like The enhancements to |
It seems to be solved. By setting fnm env to recursively search for .nvmrc in the parent level I really hope to add |
I found some configuration in pnpm, which may be easier to configure |
@iclanton |
Details
Configure .nvmrc in the root directory, and fnm works normally.
But every time I cd to the subproject, fnm fails to read .nvmrc correctly.
Can I put .nvmrc in common\config\rush so that it can be read globally?
In addition, what bothers me is that every time I install a subproject dependency, I have to switch to the subproject to install the dependency. Can the rush add command be enhanced so that it can be executed in the root directory, just like
pnpm --filter, the corresponding rush can rush add --to
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: