Open krishnaTORQUE opened 2 years ago
import bodyParser from '@nanoexpress/middleware-body-parser'; app.use(bodyParser({ json: true, urlEncoded: true }));
TSError: ⨯ Unable to compile TypeScript error TS2769: No overload matches this call.
load body parser without error
Hi @krishnaTORQUE Can you please try nanoexpress/ultimate please? If that works, then let me know
Bug Report
Is you/your team sponsoring this project
Minimal reproducible repo
Current Behavior
Expected behavior/code
load body parser without error
Environment