Open PaulREnglish opened 1 month ago
Currently, it is unclear which versions of npm and node the developer should use should they wish to contribute.
My solution has 2 parts:
.node-version
Please can we use a .node-version file if implementing this instead of .nvmrc
.nvmrc
Amended the OP.
PR: https://github.com/bigbite/themer/pull/116
What problem does this address?
Currently, it is unclear which versions of npm and node the developer should use should they wish to contribute.
What is your proposed solution?
My solution has 2 parts:
.node-version
file so certain node version managers can automatically use the correct version of node.