Bom dia, estou enfrentando um erro novo em que não consegui verificar em nenhum portal algo parecido.
Ao executar o comando ng serve, o mesmo realiza build, porém ocorre um erro: "Error: node_modules/@types/node/stream/web.d.ts:484:13 - error TS2502: 'ReadableByteStreamController' is referenced directly or indirectly in its own type annotation.
484 var ReadableByteStreamController: typeof globalThis extends ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@types/node/stream/web.d.ts:503:13 - error TS2502: 'ReadableStreamBYOBReader' is referenced directly or indirectly in its own type annotation.
503 var ReadableStreamBYOBReader: typeof globalThis extends { onmessage: any; ReadableStreamBYOBReader: infer T } ~~~~~~~~~~~~~~~~~~~~~~~~ bleStreamBYOBRequest' is referenced directly or indirectly in its own type annotation.
513 var ReadableStreamBYOBRequest: typeof globalThis extends { onmessage: any; ReadableStreamBYOBRequest: infer T }"
Acessando o local host, exibe apenas uma mensagem "Cannot GET /"
Versões:
- node 16.10
- angular 14.0.3
Já mudei versões do node, limpei cache do CLI e já recriei o projeto, ocorre sempre o mesmo erro indicado.
Alguém tem algum norte de como resolver esse problema?