We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting download location with --download option, https URLs with self-signed certificates can not be accessed failing with the following error.
prebuild-install WARN install unable to verify the first certificate
The code seems not to respect NPM configuration for cafile and does not provide its own option too.
The text was updated successfully, but these errors were encountered:
PR is welcome. I'm assuming it would be a few lines of code, reading something like process.env.npm_config_cafile and passing it to the request.
process.env.npm_config_cafile
Sorry, something went wrong.
No branches or pull requests
When setting download location with --download option, https URLs with self-signed certificates can not be accessed failing with the following error.
The code seems not to respect NPM configuration for cafile and does not provide its own option too.
The text was updated successfully, but these errors were encountered: