Error: Cannot find name 'Camera' and Cannot find name 'GoogleMaps'
davidgv88 opened this issue · comments
David Gonzalez commented
Error
FIX
ionic plugin add --save cordova-plugin-camera
npm install --save @ionic-native/camera
And:
ionic plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
npm install --save @ionic-native/google-maps
Would there be any option to automatically install these two packages?
Daniel Sogl commented
I will add them Into the package.json