Closed isaacabraham closed 4 years ago
Install paket as a global tool eg dotnet tool install -g paket and then run any Paket command. Ionide complains it cannot find paket even though it is available straight from the CLI.
dotnet tool install -g paket
Fixed in 2.0
2.0
Install paket as a global tool eg
dotnet tool install -g paket
and then run any Paket command. Ionide complains it cannot find paket even though it is available straight from the CLI.