-
Notifications
You must be signed in to change notification settings - Fork 13
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
No compatible version for Angular 9 #35
Comments
Looks like From ngx-linky tag ngx-linky/projects/ngx-linky/package.json Lines 21 to 25 in 04b46cb
From ngx-linky tag ngx-linky/projects/ngx-linky/package.json Lines 21 to 25 in 50a69e3
|
If it helps, both versions |
Issue Summary
We are unable to update our private Angular 9.1.3 repository to Angular version 10 or higher at the moment until a few more months. Meanwhile, there does not seem to be a compatible version of
ngx-linky
with Angular version9
. Please publish a version ofngx-linky
which is compatible with Angular9
.[email protected]
was compatible with Angular versions4
thru8
.[email protected]
seems to be compatible with Angular10
and higher.As a result, the
yarn install
oryarn add
commands keeps throwing the following warnings in our project running Angular 9:With
ngx-linky
version2.2.0
Command:
yarn add ngx-linky@^2.2.0
Warnings:
With
ngx-linky
version3.0.0
Command:
yarn add ngx-linky@^3.0.0
Warnings:
The text was updated successfully, but these errors were encountered: