angular4-paystack
angular4-paystack copied to clipboard
Dependency resolution issue in @angular/[email protected]
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
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
This is fixed with v3.1.0
Great! I will try this out.