We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 get this error:
bower cached https://github.com/angular-ui/bower-ui-grid.git#3.2.9 bower validate 3.2.9 against https://github.com/angular-ui/bower-ui-grid.git#^3.2.9 bower cached https://github.com/angular/bower-angular.git#1.4.12 bower validate 1.4.12 against https://github.com/angular/bower-angular.git#>=1.2.16 1.4.x bower install angular-ui-grid#3.2.9 bower install angular#1.4.12 >> Installed bower packages Fatal error: ENOENT: no such file or directory, stat 'app/lib/angular-ui-grid/less'
to reproduce use bower.json:
{ "name": "app", "version": "0.0.1", "dependencies": { "angular-ui-grid": "^3.2.9" }, "analytics": false }
The text was updated successfully, but these errors were encountered:
Can you share your gruntfile please?
Sorry, something went wrong.
Here it is:
bower: { install: { options: { targetDir: 'app/lib', // layout: 'byType', install: true, verbose: true, cleanTargetDir: true, cleanBowerDir: true, bowerOptions: {} } } }
No branches or pull requests
I get this error:
to reproduce use bower.json:
The text was updated successfully, but these errors were encountered: