企業プロキシの背後にあるときに、npm ラッパーを介してPhantomJSをインストールしようとしています。npm 自体がレジストリと通信できるように、既に http_proxy および https_proxy 環境変数を設定しました。
export http_proxy=my-company-proxy.com:80
export https_proxy=my-company-proxy.com:80
しかし、phantomjs のノード install.js ステージになると、Protocol not supported エラーが発生しました。
http.js:1711
throw new Error('Protocol:' + options.protocol + ' not supported.');
^
Error: Protocol:my-company-proxy.com: not supported.