-
Notifications
You must be signed in to change notification settings - Fork 39
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
I cannot run "grunt serve" #30
Comments
I'm experiencing this, too.. |
The entire app/bower directory was missing.. tracked back to the message:
Running these two commands manually sorted the issue out for me with Thanks! |
Yeah, you're right,I give it a try. I'll tell u if it's the case. Thanks. |
Run |
Just run |
There appears to be an error in the generator. On line 156 of my gruntfile, there is:
However, this is incorrect. The bower_components directory does not exist inside the config.app directory, it resides beside it. I believe this block should read:
|
@andrewcarreiro Thank you. That was the issue. I've seen this issue in quite a few generators actually, over the past year or so... but this is the best answer for the fix! |
@andrewcarreiro Thank you good man! |
I catched this error when running grunt serve command.
FileError: '../bower_components/bootstrap/less/bootstrap.less' wasn't found in app/styles/main.less on line 1, column 1:
Can you help me ?
The text was updated successfully, but these errors were encountered: