Visual studio 2015 升级到Apache Tools for Cordova Update 7后生成失败

Visual studio 2015 升级到Apache Tools for Cordova Update 7后生成失败,visual-studio-2015,visual-studio-cordova,taco,Visual Studio 2015,Visual Studio Cordova,Taco,你们知道我为什么会收到下面的错误消息吗 我正在尝试使用最新版本的Apache Tools for Cordova(7)构建一个空白项目。之前一切正常(直到版本6) 这似乎与Visual Studio无法安装“vs tac”模块有关,因为nuget出现了一些故障,尽管我觉得这很奇怪。我还试图重新安装它,卸载和安装以前的版本,但没有任何工作对我来说,失败的原因相同 谢谢 1>------ Build started: Project: BlankCordovaApp2, Configurati

你们知道我为什么会收到下面的错误消息吗

我正在尝试使用最新版本的Apache Tools for Cordova(7)构建一个空白项目。之前一切正常(直到版本6)

这似乎与Visual Studio无法安装“vs tac”模块有关,因为nuget出现了一些故障,尽管我觉得这很奇怪。我还试图重新安装它,卸载和安装以前的版本,但没有任何工作对我来说,失败的原因相同

谢谢

1>------ Build started: Project: BlankCordovaApp2, Configuration: Debug Android ------
1>  Your environment has been set up for using Node.js 0.12.2 (x64) and npm.
1>  ------ Ensuring correct global installation of package from source package directory: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\APACHECORDOVATOOLS\packages\vs-tac
1>  ------ Name from source package.json: vs-tac
1>  ------ Version from source package.json: 1.0.37
1>  ------ Package not currently installed globally.
1>  ------ Installing globally from source package. This could take a few minutes...
1>  Each package is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may include dependencies which are governed by additional licenses. Follow the package source (feed) URL to determine any dependencies.
1>  npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
1>  > edge-cs@0.3.0 install C:\Users\grighetti\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\node_modules\edge-cs
1>  > node tools/install.js
1>  Microsoft .NET Development Utility CLR-x86-1.0.0-beta6-12256
1>  Restoring packages for C:\Users\grighetti\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\node_modules\edge-cs\lib\edge-cs-coreclr\project.json
1>    CACHE https://www.nuget.org/api/v2/
1>    GET https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.CodeAnalysis.CSharp'
1>RUNMDAINSTALL : warning : FindPackagesById: Microsoft.CodeAnalysis.CSharp
1>    Response status code does not indicate success: 401 (Unauthorized).
1>    GET 
1>    GET https://www.nuget.org/api/v2/FindPackagesById()?id='System.Text.RegularExpressions'
1>RUNMDAINSTALL : warning : FindPackagesById: Microsoft.CodeAnalysis.CSharp
1>    Response status code does not indicate success: 401 (Unauthorized).
其他类似的错误消息,然后

1>  ----------
1>  System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
1>     at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
1>     at Microsoft.Framework.PackageManager.Restore.NuGet.HttpSource.<GetAsync>d__8.MoveNext()

1>  ----------
1>  Restore failed
1>  Response status code does not indicate success: 401 (Unauthorized).
1>  NuGet Config files used:
1>      C:\Users\grighetti\AppData\Roaming\NuGet\NuGet.Config
1>  Feeds used:
1>      https://www.nuget.org/api/v2/
1>----------
1> System.Net.Http.HttpRequestException:响应状态代码不表示成功:401(未经授权)。
1> 在System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()中
1> 在Microsoft.Framework.PackageManager.Restore.NuGet.HttpSource.d_u8.MoveNext()中
1>  ----------
1> 恢复失败
1> 响应状态代码不表示成功:401(未经授权)。
1> 使用的NuGet配置文件:
1> C:\Users\grighetti\AppData\Roaming\NuGet\NuGet.Config
1> 使用的源:
1>      https://www.nuget.org/api/v2/

当您尝试浏览到“您好,谢谢,我收到的回复是”此提要不包含任何条目时,您会得到什么。“:/I感到困惑,因为如果我尝试显式搜索它,我可以看到结果。实际上,如果我尝试手动安装包,它会失败,说它与项目类型不兼容。我猜编译过程中构建过程试图下载的依赖项仅在构建“vs tac”时才需要,因此手动安装它们没有多大意义。您是否支持代理服务器?谢谢您的回复Michael,我们不支持代理服务器。当您尝试浏览到“您好,谢谢,我收到的回复是“此提要不包含任何条目”。:/我感到困惑,因为如果我尝试显式搜索它,我可以看到结果。实际上,如果我尝试手动安装包,它会失败,说它与项目类型不兼容。我猜构建过程在编译过程中试图下载的依赖项仅用于构建“vs tac”,因此手动安装它们没有多大意义。您是否支持代理服务器?谢谢您的回复Michael,我们不支持代理服务器。