I have just purchased this, and attempted to do npm install. dependency problems :
npm ERR! Found: @angular/common@12.1.5
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~12.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^13.0.0" from @ng-bootstrap/ng-bootstrap@11.0.0
npm ERR! node_modules/@ng-bootstrap/ng-bootstrap
npm ERR! @ng-bootstrap/ng-bootstrap@"^11.0.0-beta.2" from the root project
Would I be able to get an updated list of dependencies ?
Hi Prad,
How is it going? Does it work?
Thanks
Never mind I've sorted this out, I manually added the packages one by one - but it looks like the version that's being used by ng-bootstrap and the angular version in package.json are not compatible based on Ng Bootstrap github page.
I haven't compiled my app yet, so I hope this works.