-
Notifications
You must be signed in to change notification settings - Fork 4.6k
problem with npm install #235
Comments
I'm 99% convinced this is a firewall issue where I work - because the install works fine for me at home...I think it boils down to git:// vs. http:// |
@dlaub123 this is what I was trying to tell you yesterday.... |
I have this problem too. As like decribed in #163, running the command |
Thanks - this is Really very helpful! The root cause still being work On Thu, Feb 26, 2015 at 4:17 AM, XIE Qianyue [email protected]
|
@xie-qianyue worked beautifully. |
thanx @xie-qianyue . your solutions worked for me on windows 7 64 bit running npm |
It's working for me also. I checked on 4 hosts. |
@xie-qianyue THANK YOU 👍 |
@dlaub123 It's the firewall blocking |
Thanks ! It worked for me too. |
Thanks git config --global url."https://".insteadOf git:// worked for me |
Thanks ! it worked for me too. |
Thx @xie-qianyue 👍 |
This problem has plagued me for a week, thanks @xie-qianyue for the fix. |
worked for me thanks :) |
+1 Many thanks! ;) |
worked for me thanks 💯 |
* Removing problematic dependencies * Fixing dependencies management * Regenerating lock file, thanks to angular/angular-phonecat#235 (comment) * Installing latest node version * Regenerating updated lockfile with latest node * Adding lockfile to gitignore
* Removing problematic dependencies * Fixing dependencies management * Regenerating lock file, thanks to angular/angular-phonecat#235 (comment) * Installing latest node version * Regenerating updated lockfile with latest node * Adding lockfile to gitignore
I have no problem cloning the repo, but when I run npm install, I get this error:
C:\Users\laubd\angular-phonecat>npm install
npm WARN package.json [email protected] No README data
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-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 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/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-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-mocks.git#1.3.x
bower resolve git://github.com/angular/bower-angular-mocks.git#1.3.x
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://githu
.com/angular/bower-angular-mocks.git", exit code of #128
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.128]: 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
npm ERR! You can get their info via:
npm ERR! npm owner ls angular-phonecat
The text was updated successfully, but these errors were encountered: