I\'m receiving the following error with express:
Error: request entity too large at module.exports (/Users/michaeljames/Documents/Projects/Proj/mean/node
For express ~4.16.0, express.json with limit works directly
app.use(express.json({limit: '50mb'}));