I always found it annoying to install Node on Linux machines, hence why I made this.
Currently made to install Node if no version is found, otherwise remove old version.
Must be ran with root.
This script is NOT associated with the offical NodeJS.
| Operating System | Version | Tested & Supported |
|---|---|---|
| Debian | from 11 to 12 | ✅ |
| Ubuntu | from 18.04 to 22.04 | ❔ |
bash <(curl -s https://raw.githubusercontent.com/andreasclaesson/node-installer/main/install.sh)