Nuget 包管理器控制台未找到错误
Nuget package manager console Not found error
我使用的是 Visual Studio 2013 高级版。 NuGet 程序包管理器控制台突然停止工作。现在powershell初始化失败后只显示Not found
我尝试重新安装 NuGet,重新启动,删除带有 NuGet 扩展名的文件夹。
有人知道是什么原因造成的,或者至少知道如何找出发生这种情况的原因吗?
更新:
在 ActivityLog.xml
中找到了这个
Not found
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
问题只是随机自行解决了。不知道为什么或如何。
我使用的是 Visual Studio 2013 高级版。 NuGet 程序包管理器控制台突然停止工作。现在powershell初始化失败后只显示Not found
我尝试重新安装 NuGet,重新启动,删除带有 NuGet 扩展名的文件夹。
有人知道是什么原因造成的,或者至少知道如何找出发生这种情况的原因吗?
更新: 在 ActivityLog.xml
中找到了这个Not found
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
问题只是随机自行解决了。不知道为什么或如何。