mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Manual Installation error after update #423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ignis-draco on GitHub (Feb 27, 2024).
Hi,
after updating from Plank 1.15.2 to v1.15.6 I get the following error when testing with
npm start --prod.What I have already tried
npm install --os=linux --cpu=x64 sharpin /var/www/planka, /var/www/planka/server and /var/www/planka/clientand rebuild with
npm run buildmy system is :
@meltyshev commented on GitHub (Feb 28, 2024):
Hi! Thanks for reporting this. It looks very strange, hopefully someone can suggest how it can be fixed.
@loafylemon commented on GitHub (Mar 3, 2024):
Looks like an issue in sharp module and/or server configuration. Some get it running by forcing reinstall of the newest version
npm install --force @img/sharp-linux-x64or downgrading the module.https://github.com/lovell/sharp/issues?q=Could+not+load+the+%22sharp%22+module+using+the+linux-x64
@ignis-draco commented on GitHub (Mar 4, 2024):
@loafylemon
Thanks for the link. Thanks to the information I was able to get the latest version running.
As info:
After I installed the version sharp@0.33.0 in the server folder (npm install --os=linux --cpu=x64 sharp@0.33.0) I got another error information (Error: libvips.so.42: cannot open shared object file: No such file or directory) After I installed the
missing package (apt install libvips-dev) I was able to start Planka without any problems.
@AnthonyFuller commented on GitHub (Mar 1, 2025):
Just updated Planka today and encountered this error, running this command fixed it for me.