DevCloudFE / ng-devui-admin

Customizable admin dashboard template based on Angular and DevUI
https://devui.design/admin-page/home
MIT License
286 stars 52 forks source link

[BUG] add ng-devui-admin 在install 阶段报错 #28

Closed hay313955795 closed 1 year ago

hay313955795 commented 1 year ago

报错内容

------------------报错内容------------------ '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