While resolving: tally@0.0.0
Found: @angular/animations@15.0.3
node_modules/@angular/animations
@angular/animations@"^15.0.0" from the root project
Could not resolve dependency:
peer @angular/animations@"^13.0.0" from ng-devui@13.3.0
node_modules/ng-devui
ng-devui@"^13.0.0" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
------------------报错内容------------------
当前的ng版本是 15
使用的命令是
ng add ng-devui-admin --force 和 ng add ng-devui-admin --legacy-peer-deps
报错内容
------------------报错内容------------------ 'Log files: /Users/huangwangbo/.npm/_logs/2022-12-12T01_41_02_912Z-debug-0.log
npm resolution error report
While resolving: tally@0.0.0 Found: @angular/animations@15.0.3 node_modules/@angular/animations @angular/animations@"^15.0.0" from the root project
Could not resolve dependency: peer @angular/animations@"^13.0.0" from ng-devui@13.3.0 node_modules/ng-devui ng-devui@"^13.0.0" from the root project
Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. ------------------报错内容------------------
当前的ng版本是 15 使用的命令是 ng add ng-devui-admin --force 和 ng add ng-devui-admin --legacy-peer-deps