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
I am not using version 13.x of node (if so, please upgrade)
Description of the problem
The latest patch version 11.0.4 is no longer usable with Angular 18 and 19 because the patch version is requiring Typescript 5.7 which is not supported by Angular 18 and 19.
It worked with previous 11.0.X versions.
It causes the following build error:
✘ [ERROR] TS2315: Type 'Uint8Array' is not generic. [plugin angular-compiler]
node_modules/uuid/dist/cjs/parse.d.ts:1:38:
1 │ declare function parse(uuid: string): Uint8Array<ArrayBuffer>;
╵ ~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] TS2315: Type 'Uint8Array' is not generic. [plugin angular-compiler]
node_modules/uuid/dist/cjs/v35.d.ts:2:52:
2 │ ...clare function stringToBytes(str: string): Uint8Array<ArrayBuffer>;
╵ ~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] TS2315: Type 'Uint8Array' is not generic. [plugin angular-compiler]
node_modules/uuid/dist/cjs/v35.d.ts:6:165:
6 │ ...Uint8Array, offset?: number): string | Uint8Array<ArrayBufferLike>;
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Recipe for reproducing
No response
Additional information
No response
Environment
No response
alex-heinz, martinib77, SeregPie, SaschaSchwarz, Sn0w3y and 3 more