Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 658 Bytes

File metadata and controls

18 lines (15 loc) · 658 Bytes

node-installer-windows

Simple NodeJS Installer

Functions

  • Installation of NodeJS 20.6
  • Automaticlly adding Firewall Rules if wanted (only on Windows)

Windows

Usage

  1. Open cmd or powershell as Administrator
  2. Paste this command: curl -o installer.bat https://raw.githubusercontent.com/d0dge-dev/node-installer-windows/main/installer.bat && installer.bat and press enter
  3. Cograts, you isntalled now NodeJS

Linux

Usage

  1. Open terminal
  2. 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
  3. Congrats you installed now NodeJS