.jsproj cannot be opened. This project type is not supported by this installation

sanjeev picture sanjeev · Aug 14, 2015 · Viewed 8k times · Source

I am trying to create a new project in VS2015 community edition using JavaScript template but getting error:

The project file 'IonicCordovaProjectSolution\IonicCordovaProject\IonicCordovaProject.jsproj' cannot be opened. This project type is not supported by this installation"

Do I need to install anything else to make JavaScript templates work?

Answer

sanjeev picture sanjeev · Aug 14, 2015

To make .jsproj work, HTML/JavaScript component must be selected while installing VS. For my case, I had selected typical installation so it didn't give option to select components to be installed and HTML/JavaScript component was not installed by default. Choose a custom installation and select Cross Platform Mobile Development > HTML/JavaScript

Re-execuate exe, select modify option and install HTML/JavaScript component, if you have already installed visual studio 2015 with typical installation.