visual-studio-2013 - 用于构建服务器的 Typescript 1.4 SDK?

标签 visual-studio-2013 tfs msbuild typescript typescript1.4

我已经更新到 Visual Studio 2013 Update 4,其中包括 Typescript 1.4。我已经用它更新了我的项目文件,并且在本地一切正常。

<TypeScriptToolsVersion>1.4</TypeScriptToolsVersion>

但是,构建服务器尚未使用 Typescript 1.4 SDK 进行更新。构建现在失败并显示此错误消息:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets (95): Your project file uses a different version of the TypeScript compiler and tools than is currently installed on this machine. No compiler was found at C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.4\tsc.exe. You may be able to fix this problem by changing the element in your project file.

尽管上面提到的 VisualStudio 文件夹存在,但此计算机上未安装 Visual Studio,我不想安装它。看来我需要安装 Typescript 1.4 SDK,但我无法在任何地方找到它的独立安装程序。 http://www.typescriptlang.org/#Download有 npm 和 VS 插件下载,但没有独立的 SDK。

这看起来有点傻,但是我可以从哪里获得 typescript 1.4 SDK?

最佳答案

Visual Studio 插件也是独立的 Typescript 1.4 安装程序。

您可以获得安装程序here .

关于visual-studio-2013 - 用于构建服务器的 Typescript 1.4 SDK?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28948472/

相关文章:

.net-assembly - 从哪里引用丢失的程序集 (System.Net.Http.Formatting)?

visual-studio-2013 - 在 Visual Studio 2013 Update 5 中从插入符位置开始搜索

c# - 如何使用 Application_UnhandledException 捕获一般异常?

msbuild - 错误: Building Windows Phone application using MSBuild 64 bit is not supported

c# - 单声道:无法加载文件或程序集 'System.Threading.Tasks.Dataflow'

c# - 代码后面的 specflow 有语法错误或重复代码

visual-studio - 手动安装VS IDE扩展? (GhostDoc 扩展)

powershell - 当错误写入错误流时,如何防止 TFS 使 PowerShell 步骤失败?

tfs - TFS Power Tools 缺少数据库备份工具?

TFS 构建不在服务器上构建 typescript 文件