Closed blueiceprj closed 2 years ago
Same 👍
ng update ngx-captcha
Package "ngx-captcha" has an incompatible peer dependency to "@angular/common" (requires "^13.0.0 | ^14.0.0", would install "14.1.3")
Package "ngx-captcha" has an incompatible peer dependency to "@angular/core" (requires "^13.0.0 | ^14.0.0", would install "14.1.3")
Same - not able to create a PR — fix is...
Change this =>
"peerDependencies": {
"@angular/common": "^13.0.0 | ^14.0.0",
"@angular/core": "^13.0.0 | ^14.0.0"
}
To this =>
"peerDependencies": {
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0"
}
I use angular 14.1.3 version.