I’m currently building joplin on Ubuntu 20.04.
Do you have the list of linux packages needed before running npm install
? I’m aware there is a list on BUILD.md but it does not indicate the packages. When I tried running npm install
for the first time, it was asking me for libsecret-1
which I install the libsecret-1-dev
immediately, then tried it again and it is then looking for python
. I wonder if there is a list of packages needed to install first.