Skip to content

Commit 6cc9186

Browse files
committed
doc: Update npm docs for debian sid
There is no python package anymore, you have to explicitly pick which version of python to install and we need to inform npm of the executable name.
1 parent bf09c29 commit 6cc9186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/npm.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ sudo apt-get install -y \
2121
pkg-config \
2222
libx11-dev \
2323
libxkbfile-dev \
24-
libsecret-1-dev
24+
libsecret-1-dev \
25+
python3
26+
npm config set python python3
2527
```
2628

2729
## Fedora, CentOS, RHEL

0 commit comments

Comments
 (0)