btford / btford/angular-express-seed

body-parser deprecated/body-parser deprecated undefined extended

Open
#37 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.5k
Forks
578
PR merge metrics
No merged PRs in 30d

Description

The bodyParser constructor has been deprecated.
Console message:
body-parser deprecated bodyParser: use individual json/urlencoded middlewares app.js:28:9
body-parser deprecated undefined extended: provide extended option node_modules/body-parser/index.js:85:29

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at app.js:28, where the deprecated bodyParser constructor is used, and inspect the related warning at node_modules/body-parser/index.js:85:29. Replace the deprecated usage and verify that the two reported deprecation messages no longer appear when the application starts.

Written by the indexing model from the issue text.

Assessment

Tech stack
express, javascript, node.js
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.