Installing node.js in Linux - Update 1
Update for : Installing Node.js in Linux.
Requirements: user with root privileges or non-root user with sudo privileges.
Repository installation
CentOS and Fedora:
$ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - ## nodejs 14.x
$ curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash - ## nodejs 12.x
$ curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash - ## nodejs 10.x