ionic-team / ionic-app-scripts

App Build Scripts for Ionic Projects
http://ionicframework.com/
MIT License
608 stars 303 forks source link

Livereload doesn't reload native plugins #1338

Open Kahel3352 opened 6 years ago

Kahel3352 commented 6 years ago

Hello

When I use ionic cordova run -l -c or ionic serve -c my native plugins load well but when I change a file I got an error saying the plugins are not installed

console.warn: Native: tried accessing the SQLite plugin but it's not installed. console.warn: Install the SQLite plugin: 'ionic cordova plugin add cordova-sqlite-storage' console.warn: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed. console.warn: Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar'

Furthermore I have another warning, I don't know if it can be related console.log: deviceready has not fired after 5 seconds.

ionic version: 3.19 cordova version: 7.1.0

Thanks

2f-concept commented 6 years ago

I got the same problem, anyone knows how to fix it ?

imflexwala commented 6 years ago

Hi, I'm also facing the same issue. Any solutions?

RRKeegan commented 6 years ago

Same issue here. It significantly slows down development when you have to stop, rebuild, deploy, etc.