Schniz / fnm

🚀 Fast and simple Node.js version manager, built in Rust
https://fnm.vercel.app
GNU General Public License v3.0
17.51k stars 444 forks source link

Since nvm v0.40.0 .nvmrc may contain comments #1209

Open sdavids opened 1 month ago

sdavids commented 1 month ago

Description: Since nvm v0.40.0 .nvmrc may contain comments.

[New] allow .nvmrc files to support comments

Repro steps:

.nvmrc

# comment
20.16.0

Expected behavior: .nvmrc files with comments are supported.

Actual behavior: I have not verified it yet.

If it works already than this issue should at least add another test to the test suite.

ljharb commented 1 month ago

Anything that https://npmjs.com/nvmrc validates is considered supported, fwiw.