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