You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: