Environment: Ubuntu 14.04 LTS
1. "/usr/bin/env:node: No file or directory"
Workaround:sudo ln-s/usr/bin/nodejs/usr/bin/node
Reference: An error occurred in Ubuntu: "/usr/bin/env:node: No file or directory" resolved
2. Unable to access GITHUB with bower install
The following error occurred while Bower install:
More ...
Bower bootstrap#^3.3.4 resolved Https://github.com/twbs/bootstrap.git#3.3.6bower 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 PAC Ket with unexpected length is 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 is received.
Workaround:git config--global URL." https://". insteadof git://
Reference:
Bower accessing GitHub failure issuesBower install-github.com Connection timed out #141
3. Eacces Error with Bower Intstall
Workaround:sudo bower install --allow-root
Reference: eacces Error with Bower install?
Ubuntu using Bower Install problem summary