-
Notifications
You must be signed in to change notification settings - Fork 27.4k
npm install on tutorial fails #11151
Comments
@dlaub123 this issue should be opened in the relevant repo, that is: https://github.com/angular/angular-phonecat But there is no point of opening an issue for this particular case, as the error is clear:
which basically means that your git client can't reach GitHub. This is a problem with your git setup - something that we can't fix on our end, I'm afraid.... |
clearly that isn't so - so the problem is more subtle than you might think: C:\Users\laubd\angular-phonecat>git ls-remote --tags --heads On Mon, Feb 23, 2015 at 12:53 PM, Pawel Kozlowski [email protected]
|
I'm following the first steps for installing the tutorial - install git, nodejs, cloned repo with no problems, but then get stuck here:
C:\Users\laubd\angular-phonecat>npm install
npm WARN package.json [email protected] No README data
bower not-cached git://github.com/angular/bower-angular.git#1.3.x
bower resolve git://github.com/angular/bower-angular.git#1.3.x
bower not-cached git://github.com/angular/bower-angular-mocks.git#1.3.x
bower resolve git://github.com/angular/bower-angular-mocks.git#1.3.x
bower not-cached git://github.com/jquery/jquery.git#~2.1.1
bower resolve git://github.com/jquery/jquery.git#~2.1.1
bower not-cached git://github.com/twbs/bootstrap.git#~3.1.1
bower resolve git://github.com/twbs/bootstrap.git#~3.1.1
bower not-cached git://github.com/angular/bower-angular-route.git#1.3.x
bower resolve git://github.com/angular/bower-angular-route.git#1.3.x
bower not-cached git://github.com/angular/bower-angular-resource.git#1.3.x
bower resolve git://github.com/angular/bower-angular-resource.git#1.3.x
bower not-cached git://github.com/angular/bower-angular-animate.git#1.3.x
bower resolve git://github.com/angular/bower-angular-animate.git#1.3.x
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github
.com/angular/bower-angular-animate.git", exit code of #128
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.129]: errno=No error
npm ERR! [email protected] postinstall:
bower install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install
The text was updated successfully, but these errors were encountered: