Sometimes when the scripts you want to run need nuget.exe and it indicates can't find it, but actually you are 100 percentage sure you already install it but you have no idea where it is, you can use below command in powershell and the path to system environment variables
Get-Command nuget.exe | Format-Table -AutoSize
![](https://img.haomeiwen.com/i1701616/0a2f8f329a5a55e7.png)
网友评论