Tag: yo

SPFx不能使用JQuery?

我正在使用由Yeoman创建的SPFx开发一个全新的SharePoint Web部件,脚手架模板很好,为JQuery和JQueryUI添加NPM也没有遇到任何问题,我看到GULP SERVE在后台运行没有任何错误。 当我在JQWebPart.ts中添加以下行时,会出现问题: import * as jQuery from ‘jquery’; 一旦添加了上面的行, GULP SERVE会输出很长的错误列表,下面是所有错误的最后几行: [16:54:06] Error – typescript – node_modules\@types\jquery\index.d.ts(7502,33): error TS2314: Generic type ‘Callbacks’ requires 2 type argument(s). [16:54:06] Error – typescript – node_modules\@types\jquery\index.d.ts(7503,36): error TS2314: Generic type ‘Deferred’ requires 4 type argument(s). [16:54:06] Error – typescript – node_modules\@types\jquery\index.d.ts(7504,41): error TS2314: Generic type ‘Event’ requires […]