尝试在公司代理后面通过npm 包装器安装PhantomJS 。我已经设置了 http_proxy 和 https_proxy 环境变量,以便 npm 本身能够与注册表通信:
export http_proxy=my-company-proxy.com:80
export https_proxy=my-company-proxy.com:80
但是当谈到 phantomjs 的 node install.js 阶段时,我得到了一个 Protocol not supported 错误:
http.js:1711
throw new Error('Protocol:' + options.protocol + ' not supported.');
^
Error: Protocol:my-company-proxy.com: not supported.