Monthly Archives: May 2025

How to install NodeJS

By | May 2, 2025

The current recommended way to install NodeJS can be seen on Node’s website. Use the script they provide by running: Curl will download the script and “| bash” or pipe bash will run the script immediately, as if you typed it out manually. Then run nvm install 22 (or whatever version you want to install).… Read More »