I made a simple guide for anyone struggling installing Node.js on macOS. This is the best method so far because by using Node Version Manager (nvm), you can install multiple versions of Node.js side-by-side. It's useful if you want to run some projects with different version of Node.js.
▶ Chapters
00:00 Intro
00:07 Install Node Version Manager (nvm)
00:38 Install latest Node.js LTS
01:12 Test and verify node
01:40 Test and verify npm + npx
#macos #javascript #nodejs