I'm trying to make an app to allow my phone to subscribe to MQTT topics. So I found your plugin and when I try to use it with Ionic 4 looks like something goes wrong.
I've installed your plugin with this command : ionic cordova plugin add cordova-plugin-mqtt
When I try to use it :
import {CordovaMqTTPlugin} from 'cordova-plugin-mqtt';
I've got this issue : "Cannot find module 'cordova-plugin-mqtt' "
I'm trying to make an app to allow my phone to subscribe to MQTT topics. So I found your plugin and when I try to use it with Ionic 4 looks like something goes wrong.
I've installed your plugin with this command : ionic cordova plugin add cordova-plugin-mqtt When I try to use it : import {CordovaMqTTPlugin} from 'cordova-plugin-mqtt';
I've got this issue : "Cannot find module 'cordova-plugin-mqtt' "
Any suggestions ?
Thank you