[BUG] Using --install-strategy = "linked"
ignores the strict-ssl
config
#8340
Labels
--install-strategy = "linked"
ignores the strict-ssl
config
#8340
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Running
npm i
with the following configuration:Global configuration since we're running behind a restrictive firewall:
Config file in our project
.npmrc
:The command output gives us a c:
Running the install script using the default strategy works fine (no cert error)
Expected Behavior
The
strict-ssl
config param should work the same way no matter whichinstall-strategy
is selectedSteps To Reproduce
strict-ssl
tofalse
install-strategy
tolinked
npm install
SELF_SIGNED_CERT_IN_CHAIN
Environment
The text was updated successfully, but these errors were encountered: