Skip to content

Instantly share code, notes, and snippets.

View lreb's full-sized avatar
🏠
Working from home

Luis Raul Espinoza Barboza lreb

🏠
Working from home
View GitHub Profile
@lreb
lreb / installing-node-with-nvm.md
Created March 23, 2021 23:59 — forked from d2s/installing-node-with-nvm.md
Installing Node.js to Linux & macOS & WSL with nvm

Installing Node.js with nvm to Linux & macOS & WSL

A quick guide on how to setup Node.js development environment.

Install nvm for managing Node.js versions

nvm allows installing several versions of Node.js to the same system. Sometimes applications require a certain versions of Node.js to work. Having the flexibility of using specific versions can help.

  1. Open new Terminal window.