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 failes for dependency "angular-ui-grid": "^3.2.9" #175

Open
mindej opened this issue Sep 30, 2016 · 2 comments
Open

bower failes for dependency "angular-ui-grid": "^3.2.9" #175

mindej opened this issue Sep 30, 2016 · 2 comments

Comments

@mindej
Copy link

mindej commented Sep 30, 2016

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
}
@PallasDoesCode
Copy link
Collaborator

Can you share your gruntfile please?

@mindej
Copy link
Author

mindej commented Oct 3, 2016

Here it is:

  bower: {
            install: {
                options: {
                    targetDir: 'app/lib',
//                    layout: 'byType',
                    install: true,
                    verbose: true,
                    cleanTargetDir: true,
                    cleanBowerDir: true,
                    bowerOptions: {}
                  }
            }
          }

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

2 participants