EinfachHans / capacitor-email-composer

E-Mail Composer Plugin for Capacitor
MIT License
22 stars 8 forks source link

Fixed versions prevent installation #25

Closed kjeacle closed 1 year ago

kjeacle commented 1 year ago
% ionic start foo blank --type=angular --capacitor

% npm install capacitor-email-composer
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: foo@0.0.1
npm ERR! Found: @capacitor/core@5.0.3
npm ERR! node_modules/@capacitor/core
npm ERR!   @capacitor/core@"5.0.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @capacitor/core@"5.0.0" from capacitor-email-composer@2.0.0
npm ERR! node_modules/capacitor-email-composer
npm ERR!   capacitor-email-composer@"*" from the root project
EinfachHans commented 1 year ago

Please try again with V2.0.1

kjeacle commented 1 year ago

Working now. Thank you!