Meteor 不稳定陨石

Meteor 不稳定陨石,meteor,meteorite,Meteor,Meteorite,我是新来的,原谅我。我正在尝试在我的新Linux机器上安装meteorite。尝试运行install命令(有或没有root访问权限)时,我收到以下错误消息: npm http GET https://registry.npmjs.org/meteorite npm ERR! Error: failed to fetch from registry: meteorite<br> npm ERR! at /usr/share/npm/lib/utils/npm-registry-

我是新来的,原谅我。我正在尝试在我的新Linux机器上安装meteorite。尝试运行install命令(有或没有root访问权限)时,我收到以下错误消息:

npm http GET https://registry.npmjs.org/meteorite
npm ERR! Error: failed to fetch from registry: meteorite<br>
npm ERR!     at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12<br>
npm ERR!     at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)<br>
npm ERR!     at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)<br>
npm ERR!     at Request.callback (/usr/lib/nodejs/request/main.js:119:22)<br>
npm ERR!     at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)<br>
npm ERR!     at Request.emit (events.js:88:20)<br>
npm ERR!     at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:12)<br>
npm ERR!     at ClientRequest.emit (events.js:67:17)<br>
npm ERR!     at HTTPParser.onIncoming (http.js:1261:11)<br>
npm ERR!     at HTTPParser.onHeadersComplete (http.js:102:31)<br>
npm ERR! You may report this log at:<br>
npm ERR!     <http://bugs.debian.org/npm><br>
npm ERR! or use<br>
npm ERR!     reportbug --attach /home/jeffrey/npm-debug.log npm<br>
npm ERR! <br>
npm ERR! System Linux 3.5.0-45-generic<br>
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "meteorite"<br>
npm ERR! cwd /home/jeffrey<br>
npm ERR! node -v v0.6.12<br>
npm ERR! npm -v 1.1.4<br>
npm ERR! message failed to fetch from registry: meteorite<br>
npm ERR! <br>
npm ERR! Additional logging details can be found in:<br>
npm ERR!     /home/jeffrey/npm-debug.log<br>
npm not ok<br>
npmhttpgethttps://registry.npmjs.org/meteorite
npm错误!错误:无法从注册表获取:meteorite
npm错误!在/usr/share/npm/lib/utils/npm registry client/get.js:139:12
npm错误!在cb(/usr/share/npm/lib/utils/npm registry client/request.js:31:9)
npm错误!应请求。\回调(/usr/share/npm/lib/utils/npm registry client/Request.js:136:18)
npm错误!at Request.callback(/usr/lib/nodejs/Request/main.js:119:22)
npm错误!应要求。(/usr/lib/nodejs/request/main.js:212:58)
npm错误!at Request.emit(events.js:88:20)
npm错误!在ClientRequest。(/usr/lib/nodejs/request/main.js:412:12)
npm错误!在ClientRequest.emit(events.js:67:17)
npm错误!在HTTPParser.onIncoming(http.js:1261:11)
npm错误!在HTTPParser.onHeadersComplete(http.js:102:31)
npm错误!您可以在以下位置报告此日志:
npm错误
npm错误!或使用
npm错误!reportbug--attach/home/jeffrey/npm-debug.log npm
npm错误
npm错误!系统Linux 3.5.0-45-generic
npm错误!命令“node”“/usr/bin/npm”“install”“-g”“meteorite”
npm错误!cwd/家庭/杰弗里
npm错误!节点-v v0.6.12
npm错误!npm-V1.1.4
npm错误!无法从注册表中获取消息:meteorite
npm错误
npm错误!其他日志记录详细信息可在中找到:
npm错误/home/jeffrey/npm debug.log
npm不正常
救命啊

摘自:也许它也适用于你的情况。你的错误让你想起了我的错误

sudo-apt-get-update&&sudo-apt-get-upgrade

安装curl sudo apt获取安装curl

安装节点

安装meteor curl | sh


安装meteorite sudo-H npm Install-g meteorite

按照Rune Jeppesen的建议默认安装node++对我不起作用。原来12.10的默认节点安装太旧了

在我安装了node的最新版本后,它对我有效,而不是默认apt get(从)提供的版本:


我假设您正在使用
npm install meteorite
进行安装?请确保您的节点/npm安装已更新。检查
https://registry.npmjs.org/meteorite
url显示了meteorite的npm注册表数据,因此它就在那里并且已经准备好了。您是否尝试过:
sudo-H npm install-g meteorite
?不过,这不应该是问题所在。该错误似乎与从web获取失败有关。对于不同的包,这里也存在相同的问题。使用Ubuntu12.10附带的npm。更新节点就成功了!非常感谢。这对我很有效,节点的安装是我的问题
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs