사용자 도구

사이트 도구


node.js:npm

문서의 이전 판입니다!


node.js npm

Proxy

  • How to setup Node.js and Npm behind a corporate web proxy
    npm config set proxy http://proxy.company.com:8080
    npm config set https-proxy http://proxy.company.com:8080
     
    # or
    export npm_config_proxy http://proxy.company.com:8080
    export npm_config_https_proxy http://proxy.company.com:8080
     
    # or
    npm --https-proxy=http://proxy.company.com:8080 -g install karma
node.js/npm.1433132527.txt.gz · 마지막으로 수정됨: 2015/06/01 13:22 저자 kwon37xi