abhay jani
abhay jani

Reputation: 153

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

Upvotes: 0

Views: 52

Answers (1)

Nikunj Munjiyasara
Nikunj Munjiyasara

Reputation: 674

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

Upvotes: 1

Related Questions