Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afimpel/nodejs-alpine
install nodejs to alpine linux,
https://github.com/afimpel/nodejs-alpine
afimpelelnerd alpine alpine-linux node-js nodejs yarn
Last synced: about 2 months ago
JSON representation
install nodejs to alpine linux,
- Host: GitHub
- URL: https://github.com/afimpel/nodejs-alpine
- Owner: afimpel
- License: gpl-3.0
- Created: 2023-03-01T02:01:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T23:12:02.000Z (7 months ago)
- Last Synced: 2024-06-22T14:35:28.129Z (7 months ago)
- Topics: afimpelelnerd, alpine, alpine-linux, node-js, nodejs, yarn
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-alpine
install node to alpine linux.!!! run as ROOT !!!
## Current Version ...```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/nodejs-alpine/main/install-current.sh | sh
```
## LTS Version ...```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/nodejs-alpine/main/install-lts.sh | sh
```## Update.
Once installed, updating is so easy. (for both cases, same command)
!!! run as ROOT!!!```sh
upgrade-nodejs
```