Nuget: The remote server returned an error: (504) Gateway Timeout
02:22Reason Of Error
1) If I use the NPM UI I get
The remote server returned an error: (504) Gateway Timeout.2) If I use the PM Console with Install-Package Ninject.MVC5 I get :
The source at nuget.org [https://www.nuget.org/api/v2/] is unreachable. Falling back to NuGet Local Cache at {userfolder}\AppData\Local\NuGet\CacheInstall-Package : Unable to find package 'Ninject.MVC5'.
3) If I type: Install-Package Ninject.MVC5 -source nuget.org i get the same UI error :
Install-Package : The remote server returned an error: (504)Gateway Timeout.
0 comments