thesuhu

Nodejs Install

Oct 16th, 2020 (edited)
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. # install nodejs di CentOS
  2. # Install a Package from the Node Site
  3. # Install Node from the EPEL Repository (tidak rekomendasi, saat di official versi node 12, di sini masih versi 6)
  4. wget https://nodejs.org/dist/v12.19.0/node-v12.19.0-linux-x64.tar.xz
  5. sudo tar --strip-components 1 -xf node-v12.19.0-linux-x64.tar.xz -C /usr/local
  6. node --version
  7.  
Add Comment
Please, Sign In to add comment