Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 468 Bytes

File metadata and controls

22 lines (17 loc) · 468 Bytes

nodejs-alpine

install node to alpine linux.

!!! run as ROOT !!!

Current Version ...

wget --no-cache -O - https://raw.githubusercontent.com/afimpel/nodejs-alpine/main/install-current.sh | sh

LTS Version ...

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

upgrade-nodejs