contacts plugin not installing #5315
Unanswered
TechDhanhind
asked this question in
Q&A
Replies: 1 comment
-
Contacts plugin was marked as deprecated back in 2018 And removed back in September when the project was still called ionic-native, so there is no contacts plugin in awesome-cordova-plugins If you really need it, you'll have to use latest version of @ionic-native/contacts, but not sure if you can have both ionic-native and awesome-cordova-plugins installed or if that would cause issues. You can also try @capacitor-community/contacts plugin instead of the cordova one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i try to install "npm install @awesome-cordova-plugins/contacts" in ionic 6, am getting error as follows
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@awesome-cordova-plugins%2fcontacts - Not found
npm ERR! 404
npm ERR! 404 '@awesome-cordova-plugins/contacts@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url. ```
Beta Was this translation helpful? Give feedback.
All reactions