I am trying to install admob-free to ionic2 project. after installing:
$ ionic cordova plugin add cordova-plugin-admob-free
$ npm install --save @ionic-native/admob-free
now running: ionic serve
I get this error:
node_modules@ionic-native\admob-free\index.js:20
import { Plugin, Cordova, IonicNativePlugin } from ‘@ionic-native/core’;
ParseError: ‘import’ and ‘export’ may appear only with ‘sourceType: module’
anyone can help? how should I resolve it?
Thanks.