[Solved] Ionic 3 + Bluetooth Serial - IonicNativePlugin missing in @ionic-native/core

Hi,

I upgraded from ionic-2 to ionic3. Is ionic3 compatible with the bluetooth-serial plugin? (https://ionicframework.com/docs/native/bluetooth-serial/)
I upgraded the bluetooth-serial plugin to the most recent version 3.6.0

I get following error "Module …/@ionic-native/core/index has no exported member ‘IonicNativePlugin’"
Which is true, @ionic-native v3 has no member IonicNativePlugin.

best regards, Reza

npm install @ionic-native/core --save

Thx, its solved!

best regards

I have a problem with it. Even after npm install @ionic-native/core --save I have a problem with this error has no exported member ‘IonicNativePlugin’"

Solve it! Just paste in package.json “@ionic-native/core”: “3.6.0”, and then ‘sudo npm install’!

1 Like