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

Need a support for Angular 14 version #476

Open
rsystems-8601 opened this issue Nov 22, 2022 · 1 comment
Open

Need a support for Angular 14 version #476

rsystems-8601 opened this issue Nov 22, 2022 · 1 comment

Comments

@rsystems-8601
Copy link

Hi Sir,

I have used your NPM package [ngx-intl-tel-input] in my site .

Suddenly client upgraded Angular-CLI version to 14.2.6. But your npm package not supporting Angular 14, So can you please allow your package dependencies with Angular 14 version. It is working fine with Angular -14 as I have tested it with forcefully installation. You may check too. Problem is only that without force it is not supporting Angular-14 , you just need to allow in NPM package. I trust you will help us to save my customer trust too.

@lotiko
Copy link

lotiko commented Mar 1, 2023

Hello,
I have the same problem and I would also like to have the dependency change done.
For the moment I have installed the package with --legacy-peer-deps, then I have modified the peerdependencies myself in node_modules/ngx-intl-tel-input/package.json

"peerDependencies": {
    "@angular/common": "8.x - 13.x",
    "@angular/core": "8.x - 13.x",
    "@angular/forms": "8.x - 13.x",
    "google-libphonenumber": "^3.2.3",
    "intl-tel-input": "^17.0.3",
    "ngx-bootstrap": "^6.0.0"
  },

to

"peerDependencies": {
  "@angular/common": "8.x - 14.x",
  "@angular/core": "8.x - 14.x",
  "@angular/forms": "8.x - 14.x",
  "google-libphonenumber": "^3.2.3",
  "intl-tel-input": "^17.0.3",
  "ngx-bootstrap": "^6.0.0"
},

Then remove package-lock.json and reinstall package

After that I have no problem with the installation of new packages but I would like to be sure that it is not a problem and in case of deletion of node_modules the operation has to be repeated

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