Skip to content

Commit 3f682a5

Browse files
authored
Update Alpine Section of the README
- Update the note regarding Alpine versions supporting which NodeJS versions
1 parent da6ba1e commit 3f682a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
800800
apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
801801
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
802802
```
803-
_Note: Alpine Linux 3.5 - 3.12 may install older versions of NodeJS. For the best results, please use Alpine Linux 3.13+._
803+
_Note: Alpine Linux 3.5 - 3.12 may install older versions of NodeJS, since these versions don't support the LTS version(s) of NodeJS, which require the package `python3` to successfully build, whereas Alpine 3.13+ does support it. For the best results, please use Alpine Linux 3.13+._
804804
805805
The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
806806

0 commit comments

Comments
 (0)