The .nvmrc has comments before the version number, which breaks fnm/nvm:
Can't find an installed Node version matching # important: this should be set to...
The version needs to be on line 1 - comments can go after. See nvm docs.
Also: fnm doesn't support comments yet (fnm#1209), but putting the version first works anyway since it only reads the first line.
The
.nvmrchas comments before the version number, which breaks fnm/nvm:The version needs to be on line 1 - comments can go after. See nvm docs.
Also: fnm doesn't support comments yet (fnm#1209), but putting the version first works anyway since it only reads the first line.