Patch Changes
- Add
store path
description to thepnpm
cli help. - Print a hint that suggests to run
pnpm store prune
, when a tarball integrity error happens. - Don't retry installation if the integrity checksum of a package failed and no lockfile was present.
- Fail with a meaningful error message when cannot parse a proxy URL.
- The
strict-ssl
,ca
,key
, andcert
settings should work with HTTPS proxy servers #4689.