Hey everyone, how’s it going?
I’m trying to upgrade my Speckle Server to version 2.26.3, but I’m running into an error as soon as the service starts.
Here’s the error log:
{"@l":"Error","err":{"type":"Error","message":"Could not load the \"sharp\" module using the linux-x64 runtime\nUnsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture\nPossible solutions:\n- Ensure optional dependencies can be installed:\n npm install --include=optional sharp\n- Ensure your package manager supports multi-platform installation:\n See https://sharp.pixelplumbing.com/install#cross-platform\n- Add platform-specific dependencies:\n npm install --os=linux --cpu=x64 sharp\n- Consult the installation documentation:\n See https://sharp.pixelplumbing.com/install",
Has anyone else encountered this issue?
I’m currently using version 2.23.11, and I noticed the error starts appearing from 2.25.8 onwards.
Upgrades up to 2.25.7 work fine without any issues.
Here’s the output of lsb_release -a, in case it helps:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble
Output of uname -m:
x86_64