Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Body parser not working #41

Open
1 of 2 tasks
krishnaTORQUE opened this issue Jan 1, 2022 · 1 comment
Open
1 of 2 tasks

Body parser not working #41

krishnaTORQUE opened this issue Jan 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@krishnaTORQUE
Copy link

Bug Report

Is you/your team sponsoring this project

  • Yes
  • No

Minimal reproducible repo

import bodyParser from '@nanoexpress/middleware-body-parser';
app.use(bodyParser({ json: true, urlEncoded: true }));

Current Behavior

TSError: ⨯ Unable to compile TypeScript
 error TS2769: No overload matches this call.

Expected behavior/code

load body parser without error

Environment

  • Node/npm version: Node 16.13.1/Npm 8.3
  • OS:debian 11
@krishnaTORQUE krishnaTORQUE added the bug Something isn't working label Jan 1, 2022
@dalisoft
Copy link
Member

dalisoft commented Jan 1, 2022

Hi @krishnaTORQUE
Can you please try nanoexpress/ultimate please? If that works, then let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants