Missing express types
Hey, I'm trying to use deno 1.46.3 with
express + @types/express, but it seems the types aren't being applied
What can I do?

4 Replies
Use
@deno-types="npm:@types/express"Is the npm prefix necessary even if I did a
deno add npm:@types/express?My feeling is that it shouldn't but I wanted to help you fix intelligence first
I tried that now and did a
deno cache --reload npm:@types/express npm:express, but unfortunately this doesn't seem to work properly.
Do you reckon a web framework like oak or hono would work better, since it's uploaded on jsr?
I settled on oak now, I consider this solved.