Type 'Http2ServerResponse' is not generic #28965
Labels
area: @angular/ssr
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
build
Is this a regression?
The previous version in which this bug was not present was
18.2.11
Description
The error in the title and below appears when trying to build an app using Angular v19
Seems that
Http2ServerResponse
type wasn't generic up until recently@types/node
I have
@types/[email protected]
installed. Can't trace when it was introduced as couldn't find a CHANGELOG for@types/node
Minimal Reproduction
skipLibCheck
(that wasn't the default until recently)@types/[email protected]
as dependencyng build
Exception or Error
Your Environment
Anything else relevant?
Upgrading to a recent version of
@types/node
where generic type is there fixes the issueThe text was updated successfully, but these errors were encountered: