試圖通過an npm wrapper安裝PhantomJS,同時在公司代理後面。我已經設置http_proxy和https_proxy環境變量,使故宮本身將能夠與註冊表進行通信:phantomjs npm安裝在代理後面失敗
export http_proxy=my-company-proxy.com:80
export https_proxy=my-company-proxy.com:80
但是,當它來到節點install.js phantomjs的階段,我得到了一個協議不受支持錯誤:
http.js:1711
throw new Error('Protocol:' + options.protocol + ' not supported.');
^
Error: Protocol:my-company-proxy.com: not supported.
這個工作後,我也刪除HTTP_PROXY和HTTPS_PROXY(未設置HTTP_PROXY ...) – osundblad 2013-03-06 11:57:36