Skip to content

Instantly share code, notes, and snippets.

@franTarkenton
Created March 22, 2023 16:53
Show Gist options
  • Save franTarkenton/b5b688fbfb12b877d20c6f256a45ff49 to your computer and use it in GitHub Desktop.
Save franTarkenton/b5b688fbfb12b877d20c6f256a45ff49 to your computer and use it in GitHub Desktop.
Notes on getting started with Node

Intro

Getting started setting up ubuntu with different version of Node / NPM

Install

taken from here... using NVM

Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

Then start another terminal

Working with NVM


List Options for installation

nvm list-remote


Install a version

nvm install 12


Configure version for use

nvm use 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment