visual studio导出模板错误'无效参数'

Chr*_*isU 15 templates visual-studio visual-studio-templates visual-studio-2012

我在64位窗口的7台笔记本电脑上使用Visual Studio 2012 Premium.我想导出模板,但是当我在export template表单中单击完成时出现以下错误:

Template export failed for the following reason: Invalid parameter  
Parameter name: index
Run Code Online (Sandbox Code Playgroud)

为了实现它,我从现有模板(typescript nodejs; blank express application)开始一个项目,然后将其更改为我需要的方式.我删除了一些文件夹并创建了新文件夹.我还将启动文件重命名app.tsserver.ts.我无法找到解释此错误的任何内容,并且http://msdn.microsoft.com没有任何内容,据我所见.如果有人可以分享这个问题或如何正确导出模板的一些见解,将不胜感激!