We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--version-file-strategy
recursive
local
The usage in readme is not the best practice. The best practice is to eval "$(fnm env --use-on-cd --version-file-strategy recursive)".
eval "$(fnm env --use-on-cd --version-file-strategy recursive)"
There are many issues because of the local default value.
.node-version
.nvmrc
The text was updated successfully, but these errors were encountered:
I'll take this up
Sorry, something went wrong.
No branches or pull requests
The usage in readme is not the best practice. The best practice is to
eval "$(fnm env --use-on-cd --version-file-strategy recursive)"
.There are many issues because of the
local
default value..node-version
or.nvmrc
files #433 (comment)The text was updated successfully, but these errors were encountered: