Hi, just trying out setting up Litium Accelerator MVC but get stuck in the litium-db tool installation. After installing litium-db tool, the tool is never found. Even when following the instruction “dotnet tool restore”.
Litium version: 8.11.6
Did you type the litium-db part or did you copy that from example the docs page? Some times the - will be converted to one that is little longer and then the command will not work.
Hi thanks for replying. No, I tried that too. Is there a way to confirm that litium-db has been installed?
You can test the list-command for dotnet tool (dotnet tool list) to see all the tools that is installed.
So I found the issue, some time ago I moved local nuget packages to another drive, but the path was not properly added. All good now.
Thanks