-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PNPM: pnpm outdated: UNABLE_TO_GET_ISSUER_CERT_LOCALLY when strict-ssl=false #3493
Comments
If |
On pnpm 6.23.6 and node 14.18.2, setting |
Same for pnpm 7.14.2 and node 18.12.1. Thanks! Maybe this can be documented somewhere? (if not already the case; can't find it anyway) |
pnpm version: 6.6.2
Code to reproduce the issue:
Perform the command "pnpm outdated" with strict-ssl set to false in .npmrc.
Expected behavior:
No error messages UNABLE_TO_GET_ISSUER_CERT_LOCALLY when performing pnpm outdated.
Actual behavior:
When in .npmrc strict-ssl is set to false, UNABLE_TO_GET_ISSUER_CERT_LOCALLY messages are displayed for every package first as WARNING later as ERROR.
Additional information:
Strange though that the command "pnpm install" works without a glitch and is, thus, not displaying UNABLE_TO_GET_ISSUER_CERT_LOCALLY messages even when versions of packages needed to be downloaded.
node -v
prints: 14.17.0The text was updated successfully, but these errors were encountered: