Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stock MEAN install throws 404s #13

Closed
spacemonkey opened this issue Jul 20, 2013 · 3 comments
Closed

Stock MEAN install throws 404s #13

spacemonkey opened this issue Jul 20, 2013 · 3 comments

Comments

@spacemonkey
Copy link
Contributor

Apologies for the rookie issues, but after first running this app I get 404s on JS and CSS:

$ mate .
MacBooks-MacBook-Pro:mean-master mpirtle$ node server
Express app started on port 3000
GET / 304 256ms
GET /lib/bootstrap/docs/assets/css/bootstrap.css 404 50ms
GET /lib/bootstrap/docs/assets/css/bootstrap-responsive.css 404 119ms
GET /lib/jquery/jquery.min.js 404 117ms
GET /lib/angular/angular.min.js 404 116ms
GET /lib/angular-resource/angular-resource.min.js 404 64ms
GET /lib/angular-bootstrap/ui-bootstrap-tpls.min.js 404 65ms
GET /lib/angular-cookies/angular-cookies.min.js 404 66ms

Without being able to load the index of the app, I'm only able to manually view sign(in/out/up) and wonder what the rest would look like :-)

@liorkesos
Copy link
Member

It looks like you didn't run bower install it's incharge of the clientside librariries you're getting a 404 on.
I'm liorkesos at skype if you need any additional online assistance...

@spacemonkey
Copy link
Contributor Author

Yeah, rookie question. blush Thanks for updating the documentation. Just kicking the tires at this point to see what you have come up with. Thanks.

liorkesos added a commit that referenced this issue Aug 3, 2013
Added slight doc fix based on query in #13 , fixes #13
@DavidRagone
Copy link

I'm running into this same problem. When I run bower install, nothing happens (no error, it just returns). Assuming I'm doing something wrong, or have some wacky things in my environment.

Mac OS X 10.7, zsh, tmux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants