You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example app has a mix of angular 7 and angular 12 dependencies which conflict with each other.
Also uses @ionic/angular 4.x, which is not compatible with angular 12
It's not possible to install on npm 7+ because of peer dependencies.
If you install with npm install --force or use npm 6, it installs, but then npm run build fails with multiple errors.
The text was updated successfully, but these errors were encountered:
The example app has a mix of angular 7 and angular 12 dependencies which conflict with each other.
Also uses @ionic/angular 4.x, which is not compatible with angular 12
It's not possible to install on npm 7+ because of peer dependencies.
If you install with
npm install --force
or use npm 6, it installs, but thennpm run build
fails with multiple errors.The text was updated successfully, but these errors were encountered: