Skip to main content

GitHub package.json version npm (scoped) NPM Downloads NPM Downloads

How to install the xPack Logger

Prerequisites

A recent Node.js (>=18.0.0), since the TypeScript code is compiled into ECMAScript 2020 code, and the tests use ES6 modules.

Install

The package is available as @xpack/logger from the public npmjs repository; it can be added as a dependency to any TypeScript or JavaScript project with npm install:

npm install @xpack/logger@latest --save-dev

The package does not provide any executables, and generally there are no reasons to install it globally.

Uninstall

As any npm package, it can be uninstalled from the project with:

npm uninstall @xpack/logger