Answers for "install nodejs using nvm linux"

1

how to install nvm on linux terminal

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
source .bashrc
Posted by: Guest on May-11-2021
0

how to install node using nvm

nvm install --lts
nvm install 10.9.0
CopyCopy
Posted by: Guest on November-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language