angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.03k stars 6.93k forks source link

npm start fails on gupl serv.dev --color #403

Closed toebes closed 7 years ago

toebes commented 7 years ago

I'm trying to get a basic install running on Windows 10. I just installed npm and node.js and even gulp to make sure I have the latest to no avail.

npm-start-debug.txt

gkalpak commented 7 years ago

This is probably the wrong seed repo. This project does not use gulp in the first place.

toebes commented 7 years ago

I accept your comment.. however, these are the commands which resulted in getting the error above. I will look for another repository.

git clone --depth 1 https://github.com/mgechev/angular-seed.git cd angular-seed npm install npm install -g yarn yarn install npm start

gkalpak commented 7 years ago

Yes, this is a different repo. You are looking for https://github.com/mgechev/angular-seed.git, but here is angular/angular-seed.

toebes commented 7 years ago

Thank you! The only reason I came here was that it was based on the error messages coming out of that install which told me to come here to post the bugs:

102 error You can get information on how to open an issue for this project with: 102 error npm bugs angular-seed 102 error Or if that isn't available, you can get their info via: 102 error npm owner ls angular-seed

I appreciate the pointer and have gone there to report it!