Skip to main content

Posts

Showing posts from March, 2020

Installing node & npm : Ubuntu 18.04 LTS

$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - ## Installing the NodeSource Node.js 10.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://ph.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease               Get:3 http://ph.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   Get:4 http://ph.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:5 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [887 kB] Hit:6 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic InRelease     Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease               Fetched 1,051 kB in 2s (443 kB/s)                           Reading package lists... Done ## Confirming "bionic" is supported... + curl -sLf -o /dev/null ' https://deb.nodesource.com/node_10.x/dists/bionic/Release ' ## Adding the NodeSource signing key to your keyring