dragonx943 / alpine-node

nodejs for Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install nodejs 16 on Alpine Linux:
ash <(curl -Ls https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup-node16.sh)
  1. Install nodejs 18 on Alpine Linux (beta):
wget -qO- https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup-nodejs18.sh | sh
  1. Nodejs version manager for Alpine Linux (beta - need bash / ERROR):
bash <(curl -Ls https://raw.githubusercontent.com/dragonx943/alpine-node/main/setup.sh)

About

nodejs for Alpine Linux

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%