adamant-kite-43734
12/10/2024, 6:55 PMbusy-ability-54059
12/11/2024, 9:29 AM2.x
. You can check the support matrix here.
πmost-butcher-45295
12/11/2024, 4:56 PMyarn publish-pkgs
I'm getting error from @types/nodes
my current node version is v16.20.2
here is one of the sample errors I encountered
error in /node_modules/@types/node/https.d.ts
ERROR in /node_modules/@types/node/https.d.ts(307,6):
307:6 Declaration or statement expected.
305 | options: ServerOptions<Request, Response>,
306 | requestListener?: http.RequestListener<Request, Response>,
> 307 | ): Server<Request, Response>;
| ^
308 | /**
309 | * Makes a request to a secure web server.
310 | *
busy-ability-54059
12/11/2024, 5:18 PMmost-butcher-45295
12/11/2024, 5:18 PMbusy-ability-54059
12/11/2024, 5:50 PMmost-butcher-45295
12/11/2024, 5:54 PM