red-error-page
v1.0.1
Published
Express error handling middleware which renders a red page (using redbox-react) with an easy to read error format.
Downloads
4
Readme
red-error-page
Express error handling middleware which renders a red page (using redbox-react) with an easy to read error format.

Installation
npm install -g red-error-pageUsage
// Where "app" is an express server.
var errorHandler = require("red-error-page");
app.use(errorHandler);