2016-01-13 97 views
0

我使用OVH CLOUD VPS和NodeJS/MeteorJS時遇到了問題。 當試圖做流星更新我收到:nodejs或流星 - 如何讓它在OVH Cloud VPS上工作

Unable to update package catalog (are you offline?) 

If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PROXY environment variables or see this page for more details: https://github.com/meteor/meteor/wiki/Using-Meteor-behind-a-proxy 

當試圖做任何NPM安裝包我得到:

npm ERR! Error: connect ECONNREFUSED 
npm ERR!  at errnoException (net.js:904:11) 
npm ERR!  at Object.afterConnect [as oncomplete] (net.js:895:19) 
npm ERR! { [Error: connect ECONNREFUSED] 
npm ERR! code: 'ECONNREFUSED', 
npm ERR! errno: 'ECONNREFUSED', 
npm ERR! syscall: 'connect' } 
npm ERR! 
npm ERR! If you are behind a proxy, please make sure that the 
npm ERR! 'proxy' config is set properly. See: 'npm help config' 

我一直在谷歌上搜索了一段時間,並讓NPM組註冊表所有sollutions或添加/刪除npm配置(設置/刪除)代理不會帶來溶劑。

有沒有人解決了如何在OVH VPS上使用NPM/METEOR?

+0

你已經找到了流星了ovh.org?我被困在「 - 設置環境」20分鐘 – youbetternot

+0

沒有。這是你唯一的希望:'''npm config set registry http:// registry.npmjs.org /''' 但是不要期待奇蹟.. –

回答

0

類似的問題在這裏: npm not working - "read ECONNRESET"

答案,我認爲是:

npm config set registry http://registry.npmjs.org/

https

+0

我已經檢查過其他的stackoverflow上的問題,他們都沒有帶來sollution OVH VPS雲上的npm/node –

+0

您是否嘗試過簡單的npm安裝來查看您是否可以訪問註冊表? – MrE

+0

ovh可能有自己的npm註冊表,所以你需要找出網址是什麼。我會嘗試一些事情,如registry.npmjs.ovh.net的東西或那種 – MrE