Replies: 2 comments
-
Raised as issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using classic Yarn 1.22.19 resolved this issue for me. Previously I used Yarn 3.2.2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try:
abp new Bookshop -t app-nolayers -u blazor-server --preview --no-random-port
abp install-libs
Yarn warnings shown:
@abp/bootstrap@npm:6.0.0-rc.3 doesn't provide @popperjs/core (p8db5f), requested by bootstrap
@abp/jquery-validation@npm:6.0.0-rc.3 doesn't provide jquery (p00499), requested by jquery-validation
But otherwise cannot explain why libs are not downloaded.
Same warnings are shown in following project, but libs are downloaded OK:
abp new Bookshop -t app -u blazor --preview --no-random-port
using Visual Studio 2022 v17.3.3
Beta Was this translation helpful? Give feedback.
All reactions