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
- Host: GitHub
- URL: https://github.com/dragonx943/alpine-node
- Owner: dragonx943
- License: gpl-3.0
- Created: 2023-07-16T12:37:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T02:19:15.000Z (over 1 year ago)
- Last Synced: 2025-01-31T13:43:54.349Z (4 months ago)
- Topics: alpine, alpinelinux, linux, node, node-alpine, nodejs, nodejs-alpine, nodejs-alpinelinux
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```