Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # install nodejs di CentOS
- # Install a Package from the Node Site
- # Install Node from the EPEL Repository (tidak rekomendasi, saat di official versi node 12, di sini masih versi 6)
- wget https://nodejs.org/dist/v12.19.0/node-v12.19.0-linux-x64.tar.xz
- sudo tar --strip-components 1 -xf node-v12.19.0-linux-x64.tar.xz -C /usr/local
- node --version
Add Comment
Please, Sign In to add comment