Skip to content

Instantly share code, notes, and snippets.

@subz0
Forked from nghuuphuoc/gist:7398312
Created March 5, 2018 15:14
Show Gist options
  • Select an option

  • Save subz0/0e306b5c99c3d00820bc9b219194a7ab to your computer and use it in GitHub Desktop.

Select an option

Save subz0/0e306b5c99c3d00820bc9b219194a7ab to your computer and use it in GitHub Desktop.
Install npm, nodejs on Centos 6
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment