I was developing the project from a Windows PC, built the project on that PC then deployed the dist and node_modules dirs to a Linux server, then it failed to start with these error messages:
> Something went wrong installing the "sharp" module
> Cannot find module '../build/Release/sharp-linux-x64.node'
I fiexed it but I still want to see if there is any CI/CD guide for such scenario, I found nothing.