Advertisement
viewza565

How to install Node.JS on CentOS 7

Mar 18th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 1.) Enable EPEL repository ## RHEL/CentOS 7 64-Bit ##
  2. $ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
  3. $ rpm -ihv epel-release-7-5.noarch.rpm
  4.  
  5. 2.) You can install Node.JS with YUM
  6. $ yum install npm
  7.  
  8. 3.) After install complete, Check Node.JS version
  9. $ node -v
  10.  
  11. cr. http://ow.ly/ZEgMs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement