error-html
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

error-html NPM version

render error stack in html

Dependency Status Dependency ci Status

Install

npm install --save error-html

Screenshot

screenshot

Related

Usage

import ErrorHtmlRenderer from 'error-html';
 
const errorHtmlRenderer = new ErrorHtmlRenderer({
  appPath: process.cwd(),
});
 
console.log(errorHtmlRenderer.render(new Error()));

Readme

Keywords

none

Package Sidebar

Install

npm i error-html

Weekly Downloads

102

Version

0.3.5

License

ISC

Unpacked Size

1.16 MB

Total Files

45

Last publish

Collaborators

  • churpeau