visual studio 2013 update 5 的 cordova 无法安装

cordova for visual studio 2013 update 5 wont install

我正在使用 windows 10 在我的笔记本电脑上安装 visual studio 2013 update 5 的 cordova,我选择安装 android SDK 以外的所有软件,因为这会花费很多时间。安装完成后,我发现了 2 个错误:

1- joyent node.js
 Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.

2- SQLite for windows
 the specified  driver is invalid 

日志文件:enter link description here

谢谢

enter image description here

我花了太多时间试图让 Cordova 与 VS2013 Update 5 一起工作。我通过升级到 VS2015 Community 解决了这个问题。它只是工作。

我同意@DeanB_Develop