Install nodejs and npm Centos 7

Spread the love
  1. Choose the version: https://nodejs.org/dist/
  2. On Centos7 choose “x64” .gz linux build archive.
  3. And run following command
sudo tar --strip-components 1 -xzvf node-v* -C /usr/local