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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: