Guest User

Untitled

a guest
Feb 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. wget http://nodejs.org/dist/v0.10.30/node-v0.10.30.tar.gz
  2.  
  3. tar xzvf node-v* && cd node-v*
  4.  
  5. sudo yum install gcc gcc-c++
  6.  
  7. ./configure
  8. make
  9.  
  10. sudo make install
  11.  
  12. node --version
  13. v0.10.30
Add Comment
Please, Sign In to add comment