Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cache: ignore failures replacing package.json
writeFileAtomic is not atomic in Windows, it fails if the file is being accessed concurrently. Fixes: npm#7885 Fixes: npm#9696 PR-URL: npm#10940 Credit: @orangemocha Reviewed-By: @othiym23
- Loading branch information