Installation
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-enhancedStep 2: Import into Project
After installation, you can import the package into your TypeScript project like this:
import { ErrorEnhanced } from '@labrynx/error-enhanced';Last updated
Was this helpful?