-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers