Simple NodeJS Installer
- Installation of NodeJS 20.6
- Automaticlly adding Firewall Rules if wanted (only on Windows)
- Open cmd or powershell as Administrator
- Paste this command:
curl -o installer.bat https://raw.githubusercontent.com/d0dge-dev/node-installer-windows/main/installer.bat && installer.bat
and press enter - Cograts, you isntalled now NodeJS
- Open terminal
- Paste this command as root or with sudo
bash <(curl -s https://raw.githubusercontent.com/d0dge-dev/node-installer-windows/main/installer.sh)
and press enter - Congrats you installed now NodeJS