Manage Node.js versions on MacOS with n

TL;DR Easily switch between Node.js versions with n

Install n with npm:

npm install -g n

Simply execute n <version> to download and install a version of node. If <version> has already been downloaded, n will install from its cache.

n
Interactively Manage All Your Node Versions

Like this post? Got a question?

Reply via: Email, Bluesky, Mastodon, Twitter