nvs
nvs copied to clipboard
.nvmrc files are NOT recognized by nvs auto
I've only been able to get nvs to auto switch when using a .node-version
file; .nvmrc
files seem to be ignored.
Are the docs just out of date?
It works on WSL or Linux; but not on Windows I am finding
It's working fine for me.
I have nvs auto on
in my powershell profile.
I can confirm that it does not work with .nvmrc on windows using PowerShell but for me it also does not work with .node-version file. Also when I turn it on it makes starship crash:
I was having the same trouble because I installed nvs from chocolatey which only has v1.5.2. That version does not look for .nvmrc
, only .node-version
. Installing the latest version, 1.6.2 (from this repo) solved the problem.