NPM Install not working with artifactory around proxy

后端 未结 3 620
遇见更好的自我
遇见更好的自我 2021-02-19 13:47

So basically I am trying to download packages from https://registry.npmjs.org/ using npm install, but I am under a proxy.

I have set-up a remote repository that will hit

3条回答
  •  深忆病人
    2021-02-19 14:15

    Along with above answer,Please ensure that following option has been added to properties file.

    $ARTIFACTORY_HOME/tomcat/conf/catalina.properties file (for Artifactory 4.x) or %ARTIFACTORY_HOME%\etc\artifactory.system.properties for Artifactory 3.x.

    org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

提交回复
热议问题