Apple StoreKit - Angular

21 Views Asked by At

I need to implement Apple StoreKit to process subscriptions in my APP, ¿how can I make this?

I'm triying install Ionic and implement after RevenueCat (Docs.) but I have problems with packages:

The package @ionic/[email protected] will be installed and executed.
Would you like to proceed? Yes
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @ng-bootstrap/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   peer @angular/common@"^12.0.0 || ^13.0.0-0" from @angular/[email protected]
npm ERR!   node_modules/@angular/cdk
npm ERR!     peer @angular/cdk@"^12.0.0" from @angular/[email protected]
npm ERR!     node_modules/@angular/flex-layout
npm ERR!       @angular/flex-layout@"12.0.0-beta.34" from the root project
npm ERR!     peer @angular/cdk@">=10.0.0-0" from @ctrl/[email protected]
npm ERR!     node_modules/@ctrl/ngx-rightclick
npm ERR!       @ctrl/ngx-rightclick@"4.0.0" from the root project
npm ERR!     1 more (the root project)
npm ERR!   peer @angular/common@">=12.0.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/flex-layout
npm ERR!     @angular/flex-layout@"12.0.0-beta.34" from the root project
npm ERR!   11 more (@angular/forms, @angular/platform-browser, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^11.0.0" from @ng-bootstrap/[email protected]
npm ERR! node_modules/@ng-bootstrap/ng-bootstrap
npm ERR!   @ng-bootstrap/ng-bootstrap@"9.1.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   peer @angular/common@"^11.0.0" from @ng-bootstrap/[email protected]
npm ERR!   node_modules/@ng-bootstrap/ng-bootstrap
npm ERR!     @ng-bootstrap/ng-bootstrap@"9.1.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.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/davgracia/.npm/_logs/2024-03-12T11_34_12_786Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/davgracia/.npm/_logs/2024-03-12T11_34_12_786Z-debug-0.log
✖ Package install failed, see above.

How can resolve this?

0

There are 0 best solutions below