Can';t使用npm安装claymate,错误:未找到兼容版本:bower config@'&燃气轮机=0.2.0<;0.3.0';

Can';t使用npm安装claymate,错误:未找到兼容版本:bower config@'&燃气轮机=0.2.0<;0.3.0';,npm,gumby-framework,Npm,Gumby Framework,我试图用npm安装claymate,但没有成功。它给了我: mateuss-air:~ mateuspinheiro$ npm install claymate npm ERR! Darwin 13.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "claymate" npm ERR! node v0.10.32 npm ERR! npm v2.0.0 npm ERR! code ETARGET npm ERR! notarge

我试图用npm安装claymate,但没有成功。它给了我:

mateuss-air:~ mateuspinheiro$ npm install claymate
npm ERR! Darwin 13.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "claymate"
npm ERR! node v0.10.32
npm ERR! npm  v2.0.0
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: bower-config@'>=0.2.0 <0.3.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0-rc.1","0.1.0-rc.2","0.1.0-rc.3","0.1.0-rc.4","0.1.0-rc.5","0.2.0-rc.1","0.2.0-rc.2","0.3.0","0.3.1","0.3.3","0.3.4","0.3.5","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","0.5.0","0.5.1","0.5.2"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
mateuss-air:~mateupsinheiro$npm安装claymate
npm错误!达尔文13.3.0
npm错误!argv“node”“/usr/local/bin/npm”“安装”“claymate”
npm错误!节点v0.10.32
npm错误!npm v2.0.0
npm错误!代码

npm错误!NotTarget未找到兼容版本:bower config@'>=0.2.0非常简单:不要使用自制软件安装npm。它把事情搞砸了

安装了node附带的npm,现在一切正常。

对我不起作用。 我通过二进制安装程序安装了node&npm,并将npm更新为2.6

sudo npm安装-g npm

npm错误!达尔文14.1.0
npm错误!argv“node”“/usr/local/bin/npm”“安装”“-g”“claymate”
npm错误!节点v0.12.0
npm错误!npm v2.5.1
npm错误!代码

npm错误!NotTarget未找到兼容版本:bower config@'>=0.2.0我已经为您找到了答案。几天前就这么做了,终于让claymate开始工作了。希望它能帮助别人

你必须安装npm@1(这样写)。然后转到安装目录(因为您默认使用nmp2)并从该位置安装claymate。 就这样。
就这么简单,我花了很多时间想清楚。

用自制软件卸载了Node,然后从Node.js下载软件包安装,一切又恢复正常。非常感谢。就这样!谢谢以前在npm错误方面遇到过很多麻烦。
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "claymate"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: bower-config@'>=0.2.0 <0.3.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0-rc.1","0.1.0-rc.2","0.1.0-rc.3","0.1.0-rc.4","0.1.0-rc.5","0.2.0-rc.1","0.2.0-rc.2","0.3.0","0.3.1","0.3.3","0.3.4","0.3.5","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","0.5.0","0.5.1","0.5.2"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.