12.Apr.2018
> Installing NVM - Node Version Manager on Ubuntu 16.04
- sude apt-get update
- sudo apt-get install build-essential libssl-dev
> Check latest nvm released
- https://github.com/creationix/nvm/releases
> At this time of installation the latest version is 0.33.1
- curl https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
> Refesh terminal
- source ~/.profile
> Check nvm version or if working
- nvm --version
> Installing NVM - Node Version Manager on Ubuntu 16.04
- sude apt-get update
- sudo apt-get install build-essential libssl-dev
> Check latest nvm released
- https://github.com/creationix/nvm/releases
> At this time of installation the latest version is 0.33.1
- curl https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
> Refesh terminal
- source ~/.profile
> Check nvm version or if working
- nvm --version
Comments
Post a Comment