


Next, install the latest Node.js version with the following command: dnf install nodejsĪfter the installation, verify the Node.js version with the following command: node -v Next, add the NodeSource repository with the following command: curl -sL | bash. dnf update -y Step 2 – Install Node.js Using NodeSource Repositoryīy default, the latest version of Node.js is not available in the RockyLinux 8 default repo, so you can use the NodeSource repository to install the latest version of Node.js.įirst, install the curl command utility using the following command: dnf install curl -y Once you are logged in to your server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page. Create a new server, choosing Rocky Linux 8 as the operating system with at least 2GB RAM. Step 1 – Create Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server. A root password configured on your server.A server running Rocky Linux 8 on the Atlantic.Net Cloud Platform.

In this post, we will show you how to install Node.js and NPM on RockyLinux 8. Node.js allows you to develop complex and very scalable web applications easily. It is cross-platform, lightweight, and supports a non-blocking I/O model and event-driven architecture. Generally, it is used on the back-end, but you can also use it as a full-stack and front-end solution. Node.js is a free, and open-source JavaScript runtime built on Chrome’s V8 JavaScript engine used to build scalable network applications.
