mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 21:11:55 -04:00
When parallel dlx processes install the same package, the shared global virtual store can cause spurious failures (e.g. ENOENT from concurrent directory swaps). Instead of crashing, check if another parallel process has completed and populated the dlx cache in the meantime, and use that.