Installation Guide

Complete installation instructions for the Extended Markdown ADF Parser across different environments and package managers.

Prerequisites

Node.js Requirements

  • Node.js: Version 20.11.1 or higher

  • npm: Version 8.0.0 or higher (comes with Node.js)

  • Yarn: Version 4.7.0 or higher (optional, but recommended)

Development Prerequisites

This project uses Voltaarrow-up-right for Node.js and Yarn version management. The required versions are automatically configured:

  • Node.js: v20.11.1

  • Yarn: v4.7.0

If you don't have Volta installed:

# Install Volta
curl https://get.volta.sh | bash

# Volta will automatically use the correct versions when you enter the project directory
cd extended-markdown-adf-parser

Check your current versions:

Module System Support

This package supports both CommonJS and ES Modules (ESM) for maximum compatibility across different Node.js environments and build systems.

  • Node.js: Version 18.0.0 or higher with ES modules enabled

  • Supports tree-shaking for optimal bundle sizes

  • Native import/export syntax

CommonJS

  • Node.js: Version 16.0.0 or higher

  • Traditional require()/module.exports syntax

  • Full backward compatibility

TypeScript Support

This package includes full TypeScript definitions. No additional @types packages are required.

  • TypeScript: Version 4.5.0 or higher (if using TypeScript)

  • Complete type definitions for all exports

  • Full IntelliSense support in VS Code and other editors

Package Installation

Using npm

Using Yarn

Using pnpm

Next Steps

After installation, you can:

Support

If you encounter installation issues:

Last updated