You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
node server.js yields errors:
body-parser deprecated bodyParser: use individual json/urlencoded middlewares server.js:31:9
body-parser deprecated urlencoded: explicitly specify "extended: true" for extended parsing node_modules/body-parser/index.js:74:29
bodyParser constructor should no longer be explicitly called. Update server.js line 31 to:
app.use(bodyParser.json());
The text was updated successfully, but these errors were encountered: