Skip to content

Getting Started: Installation

alessbarb edited this page Sep 17, 2023 · 3 revisions

Prerequisites

Before you proceed with the installation, ensure you meet the following requirements:

  • Node.js version 14.x or higher
  • TypeScript version 4.x or higher

Installation

Step 1: Install the Package

To install the error-enhanced package, open your terminal and run the following npm command:

npm install @labrynx/error-enhanced

Step 2: Import into Project

After installation, you can import the package into your TypeScript project like this:

import { ErrorEnhanced } from '@labrynx/error-enhanced';

Clone this wiki locally