-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
Add .nvmrc support to auto #625
Comments
https://github.com/nvm-sh/nvm#nvmrc
https://github.com/nvm-sh/nvm/blob/7b3af45cf73196c0a9e7ea418aee0fc8272811d0/nvm.sh#L2387
Additional info on built-in aliases and |
FWIW: there is a (not heavily used) plugin for nodenv that adds support for respecting nvmrc files: https://github.com/ouchxp/nodenv-nvmrc We've found plugins to be a favorable way for people to extend nodenv with functionality that we don't believe should be in core, but has heavy requests by small groups of users. |
Thanks for info @jasonkarns |
I have a first cut at implementation and reasonably happy with it so far. |
I have released support in Give it a try if you are keen! Comments welcome here in this thread, or open an issue there. e.g. |
Released in v6.7.0 |
There are occasional requests for
.nvmrc
support. With the addition ofauto
, and also looking atengines
support (#618), there is now somewhere to put another target to look for.The text was updated successfully, but these errors were encountered: