Reputation: 913
Ionic server doesn't work properly
why doesn't it display it properly? Is it Ionics fault or my browser (Google Chrome)
Upvotes: 1
Views: 219
Reputation: 1411
It is a problem with the actual @ionic/app-scripts
version.
You need to downgrade your app-scripts version like so: npm install @ionic/[email protected] --save-dev
See here: GitHub Issue
Upvotes: 1