mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
The npm postinstall script used `unzip` to extract .zip archives, but `unzip` is not available by default on Windows, causing installation to fail with a `spawn UNKNOWN` error. Use PowerShell's `Expand-Archive` on Windows instead, which is available since PowerShell 5.0 (Windows 10+). Fixes #187 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>