-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
When I download this and run 'npm i', then 'npm run dev' I get an error saying the packages are out of date.
I then run 'npm update' and the project returns error
return new TSError(diagnosticText, diagnosticCodes)
^
TSError: ⨯ Unable to compile TypeScript:
server/index.ts:14:21 - error TS2345: Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'IncomingMessage'.
Type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is missing the following properties from type 'IncomingMessage': aborted, httpVersion, httpVersionMajor, httpVersionMinor, and 45 more.
return handle(req, res);```
Please advise
Metadata
Metadata
Assignees
Labels
No labels