Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 686 Bytes

NVM

NVM is a Node Version Manager tool. This will help you install multiple versions of node and switch between them as you see fit without needing to worry about running any extra setup.

Pre-requisite

In order to properly run the script, you'll need zsh to be installed

ZSH

If you want to run script that automate the installation process, you can find it at the following...

ZSH Install

Getting Started

In order to get NVM installed into your distribution, you'll need the setup-nvm.sh file from this repo and just run the following...

sudo chmod +x ./setup-nvm.sh && \
./setup-nvm.sh