Sharp code dependencies was working correctly up until a week ago, but now it return this error:
{2 items
success:false
error:"Could not load the "sharp" module using the linux-x64 runtime Possible solutions: - Ensure optional dependencies can be installed: npm install --include=optional sharp - Ensure your package manager supports multi-platform installation: See https://sharp.pixelplumbing.com/install#cross-platform - Add platform-specific dependencies: npm install --os=linux --cpu=x64 sharp - Consult the installation documentation: See https://sharp.pixelplumbing.com/install"
}
How to reproduce this issue:
- Use “Code” node
- Add dependencies : Sharp
Please advise