fcm icon indicating copy to clipboard operation
fcm copied to clipboard

example app can't be built

Open jcesarmobile opened this issue 3 years ago • 5 comments

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.

jcesarmobile avatar Oct 20 '22 16:10 jcesarmobile

Confirmed, same problem:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^12.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"7.2.16" from @angular/[email protected]
npm ERR! node_modules/@angular/http
npm ERR!   @angular/http@"^7.2.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

ap1969 avatar Jan 11 '23 21:01 ap1969