Search code examples
ionic-frameworkionic4progressive-web-appsionic-native

getting error when try to build production with ionic


I am getting error when try to build production for the pwa in ionic.

i have attach screenshot of error, ionic and npm version configuration, and also app module file.

enter image description here

enter image description here enter image description here enter image description here


Solution

  • Replace this import { BackgroundGeolocation} from '@ionic-native/background-geolocation/ngx' instead of import BackgroundGeolocation from 'cordova-background-geolocation-lt' and try again.