Can't run with livereload

I’m trying to run my project with -c flag, but whenever I do that it breaks saying that a plugin is missing, whereas if I run without the -c flag it successfully loads the app.

Already tried to reinstall plugins and ios platform, but doesn’t work.

This is the error I’m getting:

[17:59:22]  console.log: Angular is running in the development mode. Call enableProdMode() to enable the production
            mode.
[17:59:22]  console.warn: Native: tried calling native-ringtones.playRingtone, but the native-ringtones plugin is not
            installed.
[17:59:22]  console.warn: Install the native-ringtones plugin: 'ionic cordova plugin add
            cordova-plugin-native-ringtones'
[17:59:22]  console.warn: Native: tried calling native-ringtones.getRingtone, but the native-ringtones plugin is not
            installed.
[17:59:22]  console.warn: Install the native-ringtones plugin: 'ionic cordova plugin add
            cordova-plugin-native-ringtones'
[17:59:22]  console.log: Ionic Native: deviceready event fired after 2151 ms
[17:59:22]  console.warn: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed.
[17:59:22]  console.warn: Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar'

User error, never mind…