Setting up MacOS For JavaScript Development

This runbook contains the commands required for getiring Node.js and NVM installed on MacOS (e.g. MacBook Pro, MacBook Air), The libraries which are to be installed are NVM and Node.js.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
source ~/.zshrc
nvm install --lts
curl -sSL https://gitlab.com/-/snippets/4830828/raw/main/verify-nodejs.sh | bash

Made on MacBook Pro, 2025.

alexa anderson

About the Author

Alexa Anderson is an engineer and evangelist with a penchant for making products geared for progress and achievement. When not writing software, Alexa spends her time curating content and sharing her discoveries.