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

Angular Dependencies are set to V6, while the description says Angular +2 #12

Closed
tarazena opened this issue May 6, 2019 · 1 comment

Comments

@tarazena
Copy link

tarazena commented May 6, 2019

When I'm trying to install the package into my project (running Angular 5), I'm getting an error for missing peer dependency

npm ERR! peer dep missing: @angular/common@^6.0.0-rc.0 || ^6.0.0, required by angular-ng-autocomplete@1.1.12
npm ERR! peer dep missing: @angular/core@^6.0.0-rc.0 || ^6.0.0, required by angular-ng-autocomplete@1.1.12

Can the dependency versions lowered?

@gmerabishvili
Copy link
Owner

Hello, I think you must update your angular app to at least angular 6 or angular 7 version. Unfortunately angular library, which is new in angular 6 and angular 7 is not backwards compatible with NG 5 and below...

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