We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb44666 commit ceb8eb8Copy full SHA for ceb8eb8
doc/npm.md
@@ -4,6 +4,7 @@
4
5
- [Ubuntu, Debian](#ubuntu-debian)
6
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
7
+- [Alpine](#alpine)
8
- [macOS](#macos)
9
- [FreeBSD](#freebsd)
10
@@ -36,6 +37,13 @@ sudo yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
36
37
npm config set python python2
38
```
39
40
+## Alpine
41
+
42
+```bash
43
+apk add alpine-sdk bash libstdc++ libc6-compat libx11-dev libxkbfile-dev libsecret-dev
44
+npm config set python python3
45
+```
46
47
## macOS
48
49
```bash
0 commit comments