Abhishta Gatya
Abhishta Gatya

Reputation: 923

Ionic Serve doesn't work properly?

Ionic server doesn't work properly
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

Answers (1)

Stephan Strate
Stephan Strate

Reputation: 1421

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

Related Questions