Hi!
First of all, thanks for developing this wonderful program.
I'm trying to update my terminal application on linux and I'm not able to.
Current installed version is 1.0.118 (prod)
Trying to execute npm update -g joplin has no result whatsoever.
If I execute npm show jopling version I get 1.0.140. Shouldn't it be 1.0.160?
In any case... need help
1 Like
NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
Same command as for original installation
It depends on you installed it first, but to update anyway it would be npm install -g joplin
(not update)
Something went wrong and now I’m receiving the following error:
Error:Cannot find module ‘home/elpasmo/.joplin-bin/lib/node_modules/sqlite3/lib/binding/node-v57-linux-arm/node_sqlite3.node’
Executing again:
NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin
ends with:
- joplin@1.0.140
updated 1 package in 23.539s
I’ll try NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g sqlite3 but seems to take ages.
I get the same error. Seems sqlite3 is installed properly but joplin fails to find the module
Uninstalling and installing again did the work. Thanks a lot and sorry for my newbie questions
1 Like