Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not resolve dependency | Backward compatibility issue #114

Open
mayankbhadauria opened this issue Apr 28, 2022 · 1 comment
Open

Comments

@mayankbhadauria
Copy link

Could not resolve dependency:
npm ERR! peer @angular/common@"^10.0.5" from [email protected].

@orsolli
Copy link

orsolli commented Mar 22, 2023

In one commit, the peerDependency is locked to Angular 6, and the next it is locked to Angular 9. Support for neither 7 nor 8.
Same problem as #103 and #116.
I think the peerDependencies should look something like this:
"^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
@kzrfaisal could release a patch of all versions with the extended peerDependency constraint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants