debug-errorpage

0.0.0 • Public • Published

Debug Error Page for Express

This is a small module that provides an error page with helpful debugging information on it. The most useful part is that it tracks down the probable cause of the error and shows you a snippet of the file with the likely cause highlighted. As such, it should be used in development only and turned off for production mode.

The page is heavily inspired by the v1.0 Play Framework. In fact, the error page template is the one that the Play Framework used, with some modifications for Express.

Version 0.0.0

Basically, it's an alpha. Not tests yet. I'd love your help in making them. :)

What's it look like?

Error page

Copyright and License

debug-errorpage Copyright 2014 Nicholas C. Zakas. All rights reserved. MIT license.

Play Framework Copyright 2010

Guillaume Bort (http://guillaume.bort.fr)
zenexity (http://www.zenexity.fr)
Play framework contributors (https://github.com/playframework/play/contributors)

Apache 2 License

Readme

Keywords

Package Sidebar

Install

npm i debug-errorpage

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • nzakas