fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

Can not run npm install on windows 7 #68

Closed thanhthang20 closed 10 years ago

thanhthang20 commented 10 years ago

image

fnakstad commented 10 years ago

Ah, I see... This is because I have set up bower install as a postinstall step using the locally installed version of it, and I guess Windows is having problems with that. I've set up the postinstall script to assume a globally installed version instead. Could your try updating the repo, and see if it works for you now?

thanhthang20 commented 10 years ago

@fnakstad Yeah, you are right. Thank you so much!.