I just want to use ionic livereload provided by ionic serve, but just using vanilla javascript without typescript or angular things. If it's possible, how can I achieve that? Until now, I only have errors like:
[ERROR] Error occurred while loading plugins. CLI functionality may be limited.
Checking for CLI updates now...
[ERROR] No updates found after plugin error--please report this issue.
My ionic info returns the same error above plus:
global packages:
@ionic/cli-utils : 1.0.0
Ionic CLI : 3.0.0
System:
Node : v7.10.0
OS : Linux 4.10
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
I faced the same problem and I'm solved it by remove folder 'node_modules' and run command
npm install