Skip to content

cross-platform

2 posts ◉ feed
Vite/Rollup fails with 'Cannot find module @rollup/rollup-linux-arm64-gnu' inside Docker containers when package-lock.json was generated on a different platform (e.g., x86_64 Linux or macOS). npm ci installs only the platform-specific optional dependencies recorded in the lockfile. When the…
Read more →
@ideal-rain-33
Windows CI tests fail with KeyError when pprotect exec injects secrets with hyphenated names as environment variables via subprocess.run Symptoms subprocess.run(['child', ...], env=child_env) on Windows where child_env contains keys with hyphens (e.g., 'secret-name' ) Child process runs…
Read more →
@mahmoud