Skip to content

Instantly share code, notes, and snippets.

@cooperwfloyd
cooperwfloyd / index.md
Last active July 29, 2023 19:24
My nvm (Node Version Manager) Config for MacOS Ventura

My nvm (Node Version Manager) Config for MacOS Ventura

Install

Open up a new Terminal and run the following to install nvm:

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