- 1
An unhandled exception occurred: The target entry-point
- 1
An unhandled exception occurred: The target entry-point “@ionic-native/camera” has missing dependencies: – @ionic-native/core
- Report
Welcome to a real coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Login to join a coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Bittu Kumar
This issue may be caused because of any fatal error in the geolocation plugin installed in your project. Try to remove/uninstall the
@ionic-native/cameraplugin using commands below:Then add/install the plugin again using these commands:
It worked in my case.