node_modules/@types/css-font-loading-module/index.d.ts(22,9): error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'.
[1] node_modules/@types/css-font-loading-module/index.d.ts(42,9): error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'.
[1] node_modules/@types/css-font-loading-module/index.d.ts(49,9): error TS2717: Subsequent property declarations must have the same type. Property 'onloading' must be of type '(this: FontFaceSet, ev: FontFaceSetLoadEvent) => any', but here has type '(this: FontFaceSet, event: Event) => any'.
[1] node_modules/@types/css-font-loading-module/index.d.ts(50,9): error TS2717: Subsequent property declarations must have the same type. Property 'onloadingdone' must be of type '(this: FontFaceSet, ev: FontFaceSetLoadEvent) => any', but here has type '(this: FontFaceSet, event: Event) => any'.
[1] node_modules/@types/css-font-loading-module/index.d.ts(51,9): error TS2717: Subsequent property declarations must have the same type. Property 'onloadingerror' must be of type '(this: FontFaceSet, ev: FontFaceSetLoadEvent) => any', but here has type '(this: FontFaceSet, event: Event) => any'.
[1] node_modules/@types/css-font-loading-module/index.d.ts(91,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'FontFace' must be of type '{ new (family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace; prototype: FontFace; }', but here has type '{ new (family: string, source: string | BinaryData, descriptors?: FontFaceDescriptors): FontFace; prototype: FontFace; }'.
[1] npm run electron:dev exited with code 2
This is from "@amplitude /unified": "^1.0.0-beta.9", css-font-loading-module is a dependecy of the SDK.