Trying to run any nuget
command from PM Console and I get this error.
nuget : The term 'nuget' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + nuget update -self
What should the path be, when I run this command?
I saw this question and answer => 'nuget' is not recognized but other nuget commands working
and based on the answer, I copied the nuget.exe
to the folder and set path. After doing that, I am still getting the same error.