ngx-international-phone-number
ngx-international-phone-number copied to clipboard
Dependencies are not working
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.
I have the exact same issue.
npm install google-libphonenumber
should fix this.
I have the exact same issue.
npm install google-libphonenumber
should fix this.
Thanks , its worked for me
npm install google-libphonenumber
should fix this.
Thank you its run