ubuntu使用bower install问题汇总

Posted 土豆饼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu使用bower install问题汇总相关的知识,希望对你有一定的参考价值。

环境:Ubuntu 14.04 LTS

 

1. “/usr/bin/env: node: 没有那个文件或目录”

解决办法:sudo ln -s /usr/bin/nodejs /usr/bin/node

参考:ubuntu中出现错误:“/usr/bin/env: node: 没有那个文件或目录”的解决

 

2. unable to access GITHUB with bower install

bower install 时出现如下错误:

more...
bower bootstrap#^3.3.4 resolved https://github.com/twbs/bootstrap.git#3.3.6 bower angular-animate#^1.5.5 ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/angular/bower-angular-animate.git", exit code of #128 fatal: unable to access \'https://github.com/angular/bower-angular-animate.git/\': GnuTLS recv error (-9): A TLS packet with unexpected length was received. Additional error details: fatal: unable to access \'https://github.com/angular/bower-angular-animate.git/\': GnuTLS recv error (-9): A TLS packet with unexpected length was received.

解决办法:git config --global url."https://".insteadOf git://

参考:

bower 访问github失败问题

bower install - github.com connection timed out #141

 

3. EACCES Error with Bower intstall

解决办法:sudo bower install --allow-root

参考:EACCES Error with Bower install?

以上是关于ubuntu使用bower install问题汇总的主要内容,如果未能解决你的问题,请参考以下文章

bower install 不会创建包含软件包的文件夹,即使它是使用 .bowerrc (Mac) 设置的

Bower : ENOGIT git is not installed or not in the PATH

bower install 给我 EACCES 失败:权限被拒绝错误

bower install的时候报错

关于更新vs2017后发布的问题 命令“bower install”已退出,代码为 9009

sh 用于运行npm install和bower update的shell脚本