From 6cc91869d3e57d0134f3322925c62742ce8cbda8 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 26 Aug 2020 13:54:42 -0400 Subject: [PATCH] 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. --- doc/npm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/npm.md b/doc/npm.md index f4d0ee09..ce63fd5e 100644 --- a/doc/npm.md +++ b/doc/npm.md @@ -21,7 +21,9 @@ sudo apt-get install -y \ pkg-config \ libx11-dev \ libxkbfile-dev \ - libsecret-1-dev + libsecret-1-dev \ + python3 +npm config set python python3 ``` ## Fedora, CentOS, RHEL