visual studio 2013 的 apache cordova 安装工具 - CTP3
installing tools for apache cordova for visual studio 2013 - CTP3
我在 64 位 windows 7 家庭高级版上使用 visual studio 2013 ultimate 运行。我想编写 JavaScript 代码,当我尝试创建一个新的 JavaScript 项目时,它重定向到安装 "Tools for Apache Cordova for Visual Studio"。安装成功完成,但最后显示错误。错误是:
Joyent Node.js:
Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. "
现在,我尝试通过从 "New Project" window 中选择 "JavaScript" 来创建一个新项目。只有一个名为 "Blank App (Apache Cordova)" 的子选项。我选择它并单击完成,然后它显示了所有这些错误:
We've detected issues with your system's environment configuration
Joyent node.js - software is missing from your computer.
Apple iTunes - software is missing from your computer.
WebSocket4Net - software is missing from you computer.
You may also have to configure it after installation.
我通过手动安装修复了与 joyent node.js 和 iTunes 相关的错误,但 WebSocket4Net 的问题仍然存在。
我已经使用 "vs2013_mda0.3" 安装程序和手动安装了 WebSocket4Net
。这没有奏效。我什至尝试使用 "vs2013_mda0.3" 设置来修复安装,但这让事情变得更糟。
这是安装程序的问题,可能是一个错误。最新更新(Visual Studio 更新 5 (2013.5))修复了这些错误。更新后,我没有收到任何这些错误。
此外,无法使用 visual studio 2013 或更低版本在 Windows 7 上创建 TypeScript 项目。您必须将 OS 升级到 windows 8 或更高版本。
我在 64 位 windows 7 家庭高级版上使用 visual studio 2013 ultimate 运行。我想编写 JavaScript 代码,当我尝试创建一个新的 JavaScript 项目时,它重定向到安装 "Tools for Apache Cordova for Visual Studio"。安装成功完成,但最后显示错误。错误是:
Joyent Node.js: Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. "
现在,我尝试通过从 "New Project" window 中选择 "JavaScript" 来创建一个新项目。只有一个名为 "Blank App (Apache Cordova)" 的子选项。我选择它并单击完成,然后它显示了所有这些错误:
We've detected issues with your system's environment configuration
Joyent node.js - software is missing from your computer.
Apple iTunes - software is missing from your computer.
WebSocket4Net - software is missing from you computer.
You may also have to configure it after installation.
我通过手动安装修复了与 joyent node.js 和 iTunes 相关的错误,但 WebSocket4Net 的问题仍然存在。
我已经使用 "vs2013_mda0.3" 安装程序和手动安装了 WebSocket4Net
。这没有奏效。我什至尝试使用 "vs2013_mda0.3" 设置来修复安装,但这让事情变得更糟。
这是安装程序的问题,可能是一个错误。最新更新(Visual Studio 更新 5 (2013.5))修复了这些错误。更新后,我没有收到任何这些错误。
此外,无法使用 visual studio 2013 或更低版本在 Windows 7 上创建 TypeScript 项目。您必须将 OS 升级到 windows 8 或更高版本。