28
Build fails in CI on a missing platform-specific package that is not in my dependencies — works fine locally
My frontend build fails in CI with an error about a platform specific native package being missing, naming a Linux specific variant of a bundler's internal package. I have never added that package. It is not in my…