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

Bower components directory does not exist #13

Closed
palpalani opened this issue Jun 12, 2015 · 5 comments
Closed

Bower components directory does not exist #13

palpalani opened this issue Jun 12, 2015 · 5 comments

Comments

@palpalani
Copy link
Contributor

Fresh install in my windows machine with xampp stack.

When i run gulp, i am geeting the followin error.
Error: Bower components directory does not exist at d:\xampp\htdocs\l aravel5-angular-material-starter\bower_components

@jadjoubran
Copy link
Owner

I think you forgot to run the bower install command
Let me know if that fixes it for you

@palpalani
Copy link
Contributor Author

I did bower install and the packages are under www\packages folder.

@jadjoubran
Copy link
Owner

Do you have a global .bowerrc that changes the default folder to www\packages? There isn't any .bowerrc committed in this repository so it must be something on your end changing the default directory for bower.
Can you check if there's a .bowerrc anywhere?

@palpalani
Copy link
Contributor Author

I don't see the file .bowerrc.
i just removed www\packages the folder and i run again bower install, it store the file under www\packages only.

Then i created new file .bowerrc with contents
{ "directory": "bower_components" }
Now works every think.

Thanks

@jadjoubran
Copy link
Owner

I guess you have a global .bowerrc
Can you check if you have one in your root directory? (I guess it's C:/users/your-username)

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

No branches or pull requests

2 participants