Skip to content

Instantly share code, notes, and snippets.

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

Muhammad Nasrurrohman jurnalanas

🏠
Working from home
View GitHub Profile
  • Make a directory called fullstack-course
  • cd into directory
  • list the directory contents
  • cd back out
  • delete the directory
@jurnalanas
jurnalanas / Install-Node-using-NVM.md
Created March 27, 2024 16:07
Installing Node.js using NVM (macOS/Linux)

Here's a simple tutorial on installing Node.js using NVM (Node Version Manager) and getting the LTS (Long-Term Support) version:

Prerequisites

  • macOS or Linux-based system
  • Text editor
  • Terminal/Command Line

Steps