Skip to content

Instantly share code, notes, and snippets.

@ricardofalasca
Created January 10, 2019 20:27
Show Gist options
  • Save ricardofalasca/28e723b5114d3903740364044cdd70cb to your computer and use it in GitHub Desktop.
Save ricardofalasca/28e723b5114d3903740364044cdd70cb to your computer and use it in GitHub Desktop.
How to Install Latest npm/nodejs versions
#!/bin/sh
sudo apt-get install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_11.x | sudo bash -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment