nodeenv icon indicating copy to clipboard operation
nodeenv copied to clipboard

Support leading `v` in `.node-version`

Open nix6839 opened this issue 8 months ago • 2 comments

From: https://github.com/shadowspawn/node-version-usage#suggested-compatible-format

Allowing a leading v is common and gives nice symmetry with node --version

$ node --version
v20.12.0
$ node --version > .node-version

nix6839 avatar Jun 11 '24 01:06 nix6839