Revision history of "Getting nodejs v12"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:17, 26 January 2022Tinker talk contribs 20,022 bytes +37
  • curprev 21:41, 12 January 2022Tinker talk contribs 19,985 bytes +19,985 Created page with "* <code>sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates</code> * <code>curl -sL <nowiki>https://deb.nodesource.com/setup_12.x</nowiki> {{!}} sudo -E bash -</code> Installing the NodeSource Node.js repo finishes with: ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run:..."