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

大兔子大兔子 提交于 2019-12-21 03:33:15

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/32008603/jsproj-cannot-be-opened-this-project-type-is-not-supported-by-this-installatio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!