nikhiln / ngx-international-phone-number

A simple international telephone number input for Angular
MIT License
43 stars 79 forks source link

Dependencies are not working #33

Open jakubjosef opened 5 years ago

jakubjosef commented 5 years ago

I have a problem with dependencies of this library. I see this error during angular app start.

ERROR in ./node_modules/ngx-international-phone-number/index.js
Module not found: Error: Can't resolve 'google-libphonenumber' in '/Users/jakob/volterra/volterra-ui-components/node_modules/ngx-international-phone-number'

In npm registry page there are no rendered dependencies, I think maybe release was broken or something like this. https://www.npmjs.com/package/ngx-international-phone-number

It can be fixed using explicit install of google-libphonenumber library.

Shery11 commented 5 years ago

I have the exact same issue.

jainarihant commented 5 years ago

npm install google-libphonenumber should fix this.

AltRoot17 commented 5 years ago

I have the exact same issue.

AltRoot17 commented 5 years ago

npm install google-libphonenumber should fix this.

Thanks , its worked for me

MostafaGamal84 commented 1 year ago

npm install google-libphonenumber should fix this.

Thank you its run