Created
September 9, 2017 09:40
-
-
Save anupkrbid/f8d83f0a951c1d8f7335cb0d2bbb9545 to your computer and use it in GitHub Desktop.
This file contains 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
# To exetact .tar.xz file extention fromm terminal | |
tar Jxvf file_name.tar.xz | |
# To get the get node runiing after downloading and extracting | |
sudo cp -r node/{bin,include,lib,share} /usr/tar Jxvf file_name.tar.xz | |
sudo cp -r node/{bin,include,lib,share} /usr/ | |
# To download latest directly on server refer to the link below | |
# https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment