The github's package.json does not contain this peerDependency, but the npm published one has, which prevents proper upgrade to latest angular.
"@angular/forms": "6.0.1"
Look here: https://npm.runkit.com/ngx-bootstrap/package.json?t=1528067302533
Hi
same issue here,can't upgrade angular of this error:
Package "ngx-bootstrap" has an incompatible peer dependency to "@angular/forms" (requires ">=7.0.0 rc.0 <8.0.0||6.0.1", would install "6.0.3")
@valorkin any chance to do proper release?
I think we must not explicitly depend on angular/forms. We just need to do release & npm publish.
@valorkin can we release a new version that contains https://github.com/valor-software/ngx-bootstrap/commit/550af9c2749d6ce793a94b5bd666fe59bb005c21
I have the same issue, it is currently blocking us to upgrade to angular 6.x
Most helpful comment
@valorkin any chance to do proper release?