DEV Community

Discussion on: Build a REST API with Node.js and HarperDB

Collapse
 
codefinity profile image
Manav Misra • Edited

Not the point of this very nice write-up, but, regarding yarn add express@4.17.1 body-parser@1.19.0

The good news is that as of Express version 4.16+, their own body-parser implementation is now included in the default Express package so there is no need for you to download another dependency.

Source