angular4-paystack icon indicating copy to clipboard operation
angular4-paystack copied to clipboard

Dependency resolution issue in @angular/[email protected]

Open adinortey360 opened this issue 2 years ago • 1 comments

Unable to install the package on Angular 13npm ERR! Found: @angular/[email protected] npm ERR! node_modules/@angular/common npm ERR! @angular/common@"~13.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"8.0.3 - 12." from [email protected] npm ERR! node_modules/angular4-paystack npm ERR! angular4-paystack@"" from the root project

adinortey360 avatar May 19 '22 16:05 adinortey360

The library has not been updated to support angular 12. You can get around this in the mean time by running

npm install --legacy-peer-deps

ashinzekene avatar May 19 '22 16:05 ashinzekene

This is fixed with v3.1.0

ashinzekene avatar Feb 17 '23 17:02 ashinzekene

Great! I will try this out.

adinortey360 avatar Feb 17 '23 17:02 adinortey360