You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π fix: resolve rollup platform-specific dependency issues in CI
- Update CI workflow to use fallback dependency installation strategy
- Attempt npm ci with optional deps, fall back to without optional deps
- Handle platform-specific rollup binaries (darwin-arm64 vs linux-x64)
- Maintain local development compatibility while ensuring CI reliability
- Update server .npmrc to handle optional dependencies correctly
This resolves the npm EBADPLATFORM errors in GitHub Actions while maintaining
local development functionality on different platforms.
0 commit comments