FatimaGC / Portfolio

A portfolio of my work
1 stars 0 forks source link

Add .nvmrc file to track node version #6

Closed kee-oth closed 1 year ago

kee-oth commented 1 year ago

Let's add an .nvmrc file to the root of the project with the appropriate node version specified in it. This will let developers know what version of node they should use when working on the project. And as a bonus, any developer using nvm will just need to run nvm use in the Terminal to switch to the right version.

The file contents should just be this: 16.18.1

The documentation for reference: https://github.com/nvm-sh/nvm#nvmrc

FatimaGC commented 1 year ago

Added .nvmrc file