You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
while run
npm run build
will show error like below
`../../node_modules/@types/sizzle/index.d.ts:19:53 - error TS2304: Cannot find name 'Element'.
19 matches(selector: string, elements: Element[]): Element[];
~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:41:48 - error TS2304: Cannot find name 'Element'.
41 (match: RegExpMatchArray, context: Element | Document, isXML: boolean): Element[] | void;
~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:41:58 - error TS2304: Cannot find name 'Document'.
41 (match: RegExpMatchArray, context: Element | Document, isXML: boolean): Element[] | void;
~~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:41:85 - error TS2304: Cannot find name 'Element'.
41 (match: RegExpMatchArray, context: Element | Document, isXML: boolean): Element[] | void;
~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:73:20 - error TS2304: Cannot find name 'Element'.
73 (elem: Element): boolean;
~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:81:24 - error TS2304: Cannot find name 'Element'.
81 (elements: Element[], argument: number, not: boolean): Element[];
~~~~~~~
../../node_modules/@types/sizzle/index.d.ts:81:68 - error TS2304: Cannot find name 'Element'.
81 (elements: Element[], argument: number, not: boolean): Element[];
~~~~~~~`
The text was updated successfully, but these errors were encountered: