citiesbad.blogg.se

Debian update nodejs
Debian update nodejs





debian update nodejs

Step 4 – Create Demo Web Server (Optional) You can find more details about current version on node.js official website. Don’t Miss => Yarn Installation ( A Node Modules Manager)Īfter completing the installation, check and verify the installed version of Node.js and NPM.This command will also install many other dependent packages on your system. You can choose either to install the latest Node.js version or LTS version.įor Latest Release sudo apt-get install curl software-properties-common curl -sL | sudo bash -įor LTS Release sudo apt-get install curl software-properties-common curl -sL | sudo bash - Step 2 – Install Node.js on DebianĪfter adding the required PPA to your system, install the Nodejs package. We also need to install the software-properties-common package if not installed already. You are required to add Node.js PPA to your system provided by the Nodejs official website. To install specific nodejs version, Visit our tutorial Install Specific Nodejs Version with NVM.







Debian update nodejs