-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install Volo.Blogging #2620
Comments
In EF Core 3.x, dotnet tool install --global dotnet-ef https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#ef-core-3x |
Thanks. Now I'm getting this error: bash-3.2$ abp add-module Volo.Blogging So, the command must be run in a directory that has a solution file, but it also needs to have the correct project option added. Which --project needs to be specified? |
What version of the
|
1.1.2 |
http://abp.io/api/app/module/byName/?name=Volo.Blogging
hi @yekalkan |
@maliming module & nuget packages relations may not be complete. Therefore 'add-module' command is not working as intended for now. We'll fill them for all modules in a short time. |
"Add-module" is working now. Remember that it needs a startup project for adding migration and updating database. for example: |
@yekalkan Can you explain how to "deal" with migrations in application/modules (my base question and this) |
When running the CLI command to install the blogging module, I get this error.
bash-3.2$ abp add-module Volo.Blogging
[01:50:43 INF] ABP CLI (https://abp.io)
[01:50:43 INF] Version 1.1.2 (Stable channel)
[01:50:55 INF] Installing module 'Volo.Blogging' to the solution 'Test'
Could not execute because the specified command or file was not found.
Possible reasons for this include:
Could not execute because the specified command or file was not found.
Possible reasons for this include:
The text was updated successfully, but these errors were encountered: