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
I had a lot of issues installing this package (required by a third-party component...) because of the strict versions declared as peer dependencies in package.
Example: it requires @angular/router: "16.0.0", but I actually have 16.0.3 installed...
It forced me to use the --legacy-peer-deps npm option to complete the installation.
I had a lot of issues installing this package (required by a third-party component...) because of the strict versions declared as peer dependencies in package.
Example: it requires
@angular/router: "16.0.0"
, but I actually have16.0.3
installed...It forced me to use the
--legacy-peer-deps
npm option to complete the installation.IMHO it should read like this (added ^ prefix to
@angular/core
,rxjs
and@angular/router
versions):The text was updated successfully, but these errors were encountered: