lynnaloo / mullet

Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
http://www.mullet.run
MIT License
194 stars 39 forks source link

.nvmrc -> .node-version #111

Closed tealtail closed 5 years ago

tealtail commented 5 years ago

.nvmrc is only compatible with nvm

.node-version is only compatible with n

I think .node-version by name is a bit more obvious in its purpose, and when combined with avn automatic version switching is enabled for both nvm and n users when a .node-version file is encountered.