DAB install problems #1490
-
I having difficulty installing/running DAB on my Windows machine. I originally attempted to use DAB through the SWA-CLI, but ran into errors (https://stackoverflow.com/questions/76244231/swa-cli-dataapibuilder-incompatible-with-windows-version). In hopes of just working around the issue, I decided to try installing DAB independent of the SWA-CLI tool. OS: Windows 10 Pro (10.0.19044 Build 19044) When I try to install dab, I receive the following error: `PS C:\Local Development\react> dotnet tool install --global Microsoft.DataApiBuilder
For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool` I thought, "Maybe it is already installed?" But an uninstall attempt yields the following: `PS C:\Local Development\react> dotnet tool uninstall --global Microsoft.DataApibuilder Tools are uninstalled using their package Id which may be different Any advice on how to fix this or what to try next would be GREATLY appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @jshallBRI, Im sorry you are having trouble installing dab. Could you please try providing the nuget feed and version number explicitly:
|
Beta Was this translation helpful? Give feedback.
Hi @jshallBRI, Im sorry you are having trouble installing dab.
Could you please try providing the nuget feed and version number explicitly:
dotnet tool install -g --add-source 'https://api.nuget.org/v3/index.json' Microsoft.DataApiBuilder --version 0.7.5