You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says Unable to find suitable version for angular when I do a simple bower install ngWYSIWYG --save in my project.
Full output:
bower not-cached https://github.com/psergus/ngWYSIWYG.git#*
bower resolve https://github.com/psergus/ngWYSIWYG.git#*
bower download https://github.com/psergus/ngWYSIWYG/archive/v0.6.2.tar.gz
bower extract ngWYSIWYG#* archive.tar.gz
bower invalid-meta for:C:\Users\Martijn\AppData\Local\Temp\Martijn-PC-Martijn\bower\0f8db979ca1142786aa4cb5a822d1fe2-536-4LBJq2\bower.json
bower invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower invalid-meta The "main" field cannot contain minified files
bower invalid-meta The "main" field cannot contain minified files
bower invalid-meta The "main" field cannot contain font, image, audio, or video files
bower invalid-meta The "main" field cannot contain font, image, audio, or video files
bower invalid-meta The "main" field cannot contain font, image, audio, or video files
bower invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .gif files: ["dist/images/header-bg.gif","dist/images/resize.gif"]
bower resolved https://github.com/psergus/ngWYSIWYG.git#0.6.2
bower not-cached https://github.com/angular/bower-angular-sanitize.git#~1.2.0
bower resolve https://github.com/angular/bower-angular-sanitize.git#~1.2.0
bower cached https://github.com/angular/bower-angular.git#1.2.29
bower validate 1.2.29 against https://github.com/angular/bower-angular.git#~1.2.0
bower download https://github.com/angular/bower-angular-sanitize/archive/v1.2.32.tar.gz
bower new version for https://github.com/angular/bower-angular.git#~1.2.0
bower resolve https://github.com/angular/bower-angular.git#~1.2.0
bower download https://github.com/angular/bower-angular/archive/v1.2.32.tar.gz
bower extract angular-sanitize#~1.2.0 archive.tar.gz
bower resolved https://github.com/angular/bower-angular-sanitize.git#1.2.32
bower extract angular#~1.2.0 archive.tar.gz
bower resolved https://github.com/angular/bower-angular.git#1.2.32
bower cached https://github.com/angular/bower-angular.git#1.6.2
bower validate 1.6.2 against https://github.com/angular/bower-angular.git#1.6.2
bower cached https://github.com/angular/bower-angular.git#1.6.4
bower validate 1.6.4 against https://github.com/angular/bower-angular.git#>=1.2.0
bower cached https://github.com/angular/bower-angular.git#1.6.4
bower validate 1.6.4 against https://github.com/angular/bower-angular.git#>=1.5
bower cached https://github.com/angular/bower-angular.git#1.6.4
bower validate 1.6.4 against https://github.com/angular/bower-angular.git#^1.0.8
bower ECONFLICT Unable to find suitable version for angular
I could override requirements in my bower.json, but I'd rather see it fixed for everybody.
The text was updated successfully, but these errors were encountered:
It says
Unable to find suitable version for angular
when I do a simplebower install ngWYSIWYG --save
in my project.Full output:
I could override requirements in my bower.json, but I'd rather see it fixed for everybody.
The text was updated successfully, but these errors were encountered: