How to install Apache Cordova extension in Visual Studio 2015 Enterprise?

I recently installed VS 2015 Enterprise, and during installation I did not get a place where VS asked me to choose something related to the Apache Cordova extension. When I try to create an Apache Cordova project, it says that the utilities for Apache Cordova are not installed and click "OK" to install. When I click the OK button after a while, I get the setup page window. In short, this is not an extension installation. How to install Apache Cordova if I already installed VS 2015 Enterprise and did not select it when installing VS?

enter image description here

enter image description here

enter image description here

+5
source share
1 answer

If you already have Visual Studio 2015 installed, go to the open-source control panel for adding / removing software, select Visual Studio 2015 and select the option, you will see the Cross Platform Mobile Development option, select this and the update.

Cross Platform Mobile Development

If you don't already have VS2015, you can follow this guide to install Cordova tools for VS

http://taco.visualstudio.com/en-us/docs/install-vs-tools-apache-cordova/

+6
source

All Articles