Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.Node is designed to build scalable network applications. Latest version node.js ppa is maintaining on its official website.In this post, I'll work you through on how to get started with Node.js on a Debian 9 server. Step 1 – Add Node.js PPA ( personal package archive ) To work with a more recent version of Node.js, you can add the PPA maintained by NodeSource. This will have more up-to-date versions of Node.js than the official Debian repositories, We first need to install the curl if not installed already, which you will use to access the PPA apt install curl Step 2 – Install Node.js on Debian Now that the pre request is out of our way , let's install the PPA in order to get access to its contents. Let's use curl to retrieve the installation script for your preferred version, note that Latest LTS Version: 10.16.0 (includes npm 6.9.0) is recommended for most users, while th...
The duke of Ela "I appreciate the hate"