在 index.d.ts 生成错误中找不到名称"记录"



我在关注> fullCalendar jQuery Plugin

this 时,在我的bundleconfig中添加捆绑包时遇到了The index is outside the matrix limits.错误。

这些是束。由于更新版本,这些文件与教程中的文件有点不同。注意:我还尝试了错误后的旧版本

        //Calendar css
        bundles.Add(new StyleBundle("~/Content/fullcalendarcss").Include(
            "~/Content/themes/base/jquery.ui.all.css",
            "~/Content/fullcalendar.css"));
        //Calendar script
        bundles.Add(new StyleBundle("~/bundles/fullcalendarjs").Include(
            "~/Scripts/jquery-ui-1.8.11.min.js",
            "~/Scripts/moment.min.js",
            "~/Scripts/fullcalendar.min.js"));

搜索搜索错误的修复程序时,我遇到了 stackoverflow页面,该页面是更新软件包。所以我做到了,并遇到了以下错误:

Cannot find *projectname* name 'Record'&Cannot find *projectname* name 'undefined'都在index.d.ts文件中。

搜索搜索这些错误的修复程序时,我遇到了几页,例如这个命名一些,但无用。

我很困惑,找不到Cannot find *projectname* name 'Record'&的解决方案。Cannot find *projectname* name 'undefined'错误。


编辑

我也试图简单地取出出现错误的行:[name: string]: (BaseModifier & Record<string, any>) | undefined;,但这只是给了我System.OutOfMemoryException


有人知道我该怎么办来解决这个问题?

谢谢。

这是答案。您需要将TypeScript更新到Last。

构建错误"找不到名称"记录"&quot&quot;使用Bootstrap 4

相关内容

  • 没有找到相关文章

最新更新