node-version-usage icon indicating copy to clipboard operation
node-version-usage copied to clipboard

Document current usage of .node-version file

Results 2 node-version-usage issues
Sort by recently updated
recently updated
newest added

Although `nvm` does not officially support `.node-version` yet (See nodejs/version-management#13, nodejs/version-management#21), you can use a `.node-version` with `nvm` like this: `ln -s .node-version .nvmrc` This works because, `.nvmrc` supports the...

documentation

It appears that the `.node-version` file does not support comments. How about documenting it in the table?

documentation