How to update ionic app?
How to update ionic app Give Powershell 7 admin rights to execute everything. Set-ExecutionPolicy RemoteSigned We have used auglar update guide https://update.angular.io/ update angular packages npm install @ionic/angular@latest @ionic/angular-toolkit@latest --save Uninstall Ionic 3 and install Ionic 4 using the new package name npm uninstall ionic-angular npm install @ionic/angular@latest Install Ionic Globally npm install @ionic/cli@latest Refresh NPM cache npm cache verify Update NPM...