Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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,

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
```