Install node using nvm
Created by: verbotenj
Install nvm from https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Install latest node
nvm install node
Created by: verbotenj
Install nvm from https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Install latest node
nvm install node