How to Install node-body-parser in Ubuntu 18.04



Install node-body-parser by entering the following commands in the terminal:

sudo apt update
sudo apt install node-body-parser

Description:

body parsing middleware - Node.js module

body-parser is a Node.js module which provides connect middleware for parsing HTTP request bodies. It supports JSON and urlencoded formats and does not support multipart requests. . Node.js is an event-based server-side JavaScript engine.

Homepage: https://github.com/expressjs/body-parser

Version: 1.8.1-1ubuntu1

Section: universe/web