I try to install the module via grunt bower and i have the following message error :
Fatal error: Unable to find suitable version for angular
I try to change the package version number to 0.9.10 but the error still present. This my bower.json file :
"devDependencies": {
"bootstrap": "~3.0",
"angular": "~1.5.4",
"angular-route": "~1.5.4",
"angular-sanitize": "~1.5.4",
"angular-translate": "~2.11.0",
"angular-ui-mask": "~1.8.2",
"angular-validation-match": "~1.3",
"angular-animate": "~1.5.4",
"angular-aria": "~1.5.4",
"angular-modal-service": "~0.9.10",
"jquery": "~2.2.2",
"jquery.easing": "~1.3.1"
}
What can i do for make a clean install ? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: fginioux
Hi,
I try to install the module via grunt bower and i have the following message error :
Fatal error: Unable to find suitable version for angular
I try to change the package version number to 0.9.10 but the error still present. This my bower.json file :
"devDependencies": {
"bootstrap": "~3.0",
"angular": "~1.5.4",
"angular-route": "~1.5.4",
"angular-sanitize": "~1.5.4",
"angular-translate": "~2.11.0",
"angular-ui-mask": "~1.8.2",
"angular-validation-match": "~1.3",
"angular-animate": "~1.5.4",
"angular-aria": "~1.5.4",
"angular-modal-service": "~0.9.10",
"jquery": "~2.2.2",
"jquery.easing": "~1.3.1"
}
What can i do for make a clean install ? Thanks.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rbatllet
The tag version is wrong. The package and bower version may be correct.