Hi,
I got this build error warning "@volo/abp.ng.account > angularx-qrcode@17.0.1" has incorrect peer dependency "@angular/core@^17.0.0". warning "@volosoft/abp.ng.theme.lepton-x > @ng-bootstrap/ng-bootstrap@17.0.1" has incorrect peer dependency "@angular/common@^18.0.0". warning "@volosoft/abp.ng.theme.lepton-x > @ng-bootstrap/ng-bootstrap@17.0.1" has incorrect peer dependency "@angular/core@^18.0.0". warning "@volosoft/abp.ng.theme.lepton-x > @ng-bootstrap/ng-bootstrap@17.0.1" has incorrect peer dependency "@angular/forms@^18.0.0". warning "@volosoft/abp.ng.theme.lepton-x > @ng-bootstrap/ng-bootstrap@17.0.1" has incorrect peer dependency "@angular/localize@^18.0.0". warning "@volosoft/abp.ng.theme.lepton-x > @ng-bootstrap/ng-bootstrap@17.0.1" has unmet peer dependency "@popperjs/core@^2.11.8".
In my package.json: @volosoft/abp.ng.theme.lepton-x": "4.1.1", "@angular/core": "~19.1.0" ...
Can I above warnings?
Thanks,
3 Answer(s)
-
0
Hi,
Can you share your
Node.js
,Yarn
andnpm
versions?# get node version node -v # get yarn version yarn -v # get npm version npm -v
Check if your node & yarn version matches with Pre-requirements documentation: https://abp.io/docs/latest/get-started/pre-requirements#node-js-and-yarn
ABP uses classic yarn, which is
Yarn v1.22+
. Make sure this is correct. -
0
Hi,
Can you share your
Node.js
,Yarn
andnpm
versions?# get node version node -v # get yarn version yarn -v # get npm version npm -v
Check if your node & yarn version matches with Pre-requirements documentation: https://abp.io/docs/latest/get-started/pre-requirements#node-js-and-yarn
ABP uses classic yarn, which is
Yarn v1.22+
. Make sure this is correct.Node.js V22.14.0 Yarn 1.22.22 npm 10.9.2
-
0
Hello,
Thank you for the details. The peer dependency warnings occur because some libraries (like
@ng-bootstrap/ng-bootstrap
andangularx-qrcode
) declare compatibility with older Angular versions, while your project uses Angular~19.1.0
.These warnings are expected and will be resolved in an upcoming patch where you can check from https://github.com/abpframework/abp/releases
A refund for your ticket is being processed — thanks for your cooperation.