Created
January 10, 2019 20:27
-
-
Save ricardofalasca/28e723b5114d3903740364044cdd70cb to your computer and use it in GitHub Desktop.
How to Install Latest npm/nodejs versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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