ArcanjoQueiroz
4/21/2018 - 4:50 PM

Install nvm and Node.js

Install nvm and Node.js

#!/bin/bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh | bash && source ~/.bashrc

# Install Node.js
nvm install node