错误TS2304:在角度6中找不到名称“参数”

时间:2019-11-25 12:30:30

标签: angular

我正在此应用程序中使用完整日历插件。

运行ng serve时出现以下错误。

我使用的是角度6,我的typecrit版本是2.9.2

我什至尝试更新打字稿版本,但错误消失了。但是当我重新编译它时,它会抛出错误,例如角度6需要打字稿> = 2.7.2和<2.10。

ERROR in node_modules/@fullcalendar/core/main.d.ts(136,64): error TS2304: Cannot find name 'Parameters'.
node_modules/@fullcalendar/core/main.d.ts(584,10): error TS2370: A rest parameter must be of an array type.
node_modules/@fullcalendar/core/main.d.ts(588,75): error TS2370: A rest parameter must be of an array type.
node_modules/@fullcalendar/core/main.d.ts(588,119): error TS2370: A rest parameter must be of an array type.
node_modules/@fullcalendar/core/main.d.ts(2457,74): error TS1122: A tuple type element list cannot be empty.
node_modules/@fullcalendar/core/main.d.ts(2458,51): error TS2370: A rest parameter must be of an array type.
node_modules/@fullcalendar/core/main.d.ts(2460,9): error TS2370: A rest parameter must be of an array type.
node_modules/@fullcalendar/core/main.d.ts(2463,9): error TS2370: A rest parameter must be of an array type.

0 个答案:

没有答案