-
Notifications
You must be signed in to change notification settings - Fork 4.7k
bower_components fails with 404 error #421
Comments
It sounds like bower dependencies have not been installed. What is the output of |
I have the same issue, dependencies are all installed and in the right place |
The only issue that appears is the following: npm WARN optional Skipping failed optional dependency /chokidar/fsevents: |
@danikvsn, these warnings are OK. Just ignore them. So, are you saying that everything is installed as expected in |
Just a 404 error. I was only able to fix it by throwing bower_components into the app directory |
If you are using the latest code from this repo, Line 2 in 0970e05
|
The step tags however haven't been adjusted to reflect that EDIT: Ignore me, I haven't been copying my dot files over |
Getting following error when running this app in my RHEL 7 instance, I am running this as a root user
[Thu Aug 24 2017 11:38:30 GMT-0400 (EDT)] "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
[Thu Aug 24 2017 11:38:30 GMT-0400 (EDT)] "GET /bower_components/bootstrap/dist/css/bootstrap.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
[Thu Aug 24 2017 11:38:30 GMT-0400 (EDT)] "GET /bower_components/bootstrap/dist/css/bootstrap.css" Error (404): "Not found"
[Thu Aug 24 2017 11:38:30 GMT-0400 (EDT)] "GET /bower_components/angular/angular.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
[Thu Aug 24 2017 11:38:30 GMT-0400 (EDT)] "GET /bower_components/angular/angular.js" Error (404): "Not found"
The text was updated successfully, but these errors were encountered: