Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 307 Bytes

nvmrc.md

File metadata and controls

9 lines (5 loc) · 307 Bytes
  1. Install nvm on your system

  2. Add the desired version of Node.js using nvm install command

  3. Navigate to the root directory of your project and create a file called .nvmrc

  4. Inside the .nvmrc file, write the version of Node.js that you want to use for your project

  5. Save the .nvmrc file