我使用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?
你已經找到了流星了ovh.org?我被困在「 - 設置環境」20分鐘 – youbetternot
沒有。這是你唯一的希望:'''npm config set registry http:// registry.npmjs.org /''' 但是不要期待奇蹟.. –