Error: node_modules/@types/node/stream/web.d.ts:459:13 - error TS2502: 'ReadableByteStreamController' is referenced directly or indirectly in its own type annotation.
459 var ReadableByteStreamController: typeof globalThis extends ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@types/node/stream/web.d.ts:468:13 - error TS2502: 'ReadableStreamBYOBReader' is referenced directly or indirectly in its own type annotation.
468 var ReadableStreamBYOBReader: typeof globalThis extends { onmessage: any; ReadableStreamBYOBReader: infer T } ~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@types/node/stream/web.d.ts:473:13 - error TS2502: 'ReadableStreamBYOBRequest' is referenced directly or indirectly in its own type annotation.
473 var ReadableStreamBYOBRequest: typeof globalThis extends { onmessage: any; ReadableStreamBYOBRequest: infer T }
como solcuionei este error dentro do arquivo tsconfig.json adicionei
"angularCompilerOptions": {
"skipLibCheck": true,
}
atualizei o node_modulos e rodei o comando ng serve e conseguir subiir o projeto