An open API service indexing awesome lists of open source software.

https://github.com/dragonx943/alpine-node

nodejs for Alpine Linux
https://github.com/dragonx943/alpine-node

alpine alpinelinux linux node node-alpine nodejs nodejs-alpine nodejs-alpinelinux

Last synced: 2 months ago
JSON representation

nodejs for Alpine Linux

Awesome Lists containing this project

README

        

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