Last active
March 17, 2021 02:58
Revisions
-
nghuuphuoc revised this gist
Dec 23, 2013 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ # Enable Fedora Extra Packages for Enterprise Linux (EPEL) repos $ rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # Install npm from the epel repos $ sudo yum install npm --enablerepo=epel -
nghuuphuoc created this gist
Nov 10, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Enable Fedora Extra Packages for Enterprise Linux (EPEL) repos $ wget http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm $ sudo rpm -ivh epel-release-6-8.noarch.rpm # Install npm from the epel repos $ sudo yum install npm --enablerepo=epel