3

How To Install Node.js 13 on CentOS 7 & Fedora 32/31/30/29

 2 years ago
source link: https://computingforgeeks.com/how-to-install-latest-nodejs-on-centos-fedora/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
How To Install Node.js 13 on CentOS 7 & Fedora 32/31/30/29

Node.js is a powerful open source JavaScript runtime built on Chrome’s V8 JavaScript engine for building fast and scalable network applications. Node.js 13 is available for Testers and guys who like working with the current latest releases of Node.js. This guide will cover how you can install Node.js 13 on CentOS 7 & Fedora 32/31/3029 Linux systems. Please note that Node.js 13 is not LTS, and its support is expected to last till 2020-06-01.

Install Node.js 13 on CentOS 7 & Fedora 32/31/30/29

We’ll install Node.js 13 on CentOS 7 & Fedora 32/31/30/29 from the NodeSource Node.js Binary Distributions.

Just run the command below to setup the repository required.

curl -sL https://rpm.nodesource.com/setup_13.x | sudo bash -

Once the repository is added, run the commands below to install Node.js 13 on CentOS 7 & Fedora 32/31/30/29 together with npm.

sudo yum -y install gcc-c++ make nodejs

Confirm the Node.js version available in your system.

$ node -v
v13.1.0

Enjoy your Node.js development on CentOS 7 & Fedora 32/31/30/29.

Similar guides.

How To Install Node.js 13 on Ubuntu / Debian / Linux Mint

Install Node.js 12 LTS on CentOS / Fedora

Install Node.js 12 LTS on Ubuntu/Debian


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK