我在关注> fullCalendar
jQuery Plugin
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