Skip to main content

System Requirements

Before installing env-twin, ensure your system meets the following requirements:
  • Node.js: Version 16.0.0 or higher
  • Package Manager: npm, yarn, pnpm, or bun
env-twin uses only built-in Node.js modules with zero external dependencies, making it lightweight and fast.

Installation Methods

Install env-twin as a development dependency using your preferred package manager:
npm install --save-dev env-twin
We recommend installing env-twin as a dev dependency since it’s primarily used during development and CI/CD workflows.

Verify Installation

After installation, verify that env-twin is correctly installed by checking the version:
npx env-twin --version
You should see output similar to:
env-twin version 1.1.1

Global Installation (Optional)

While not recommended for project-specific use, you can install env-twin globally:
npm install -g env-twin
Global installation may lead to version conflicts across projects. We recommend per-project installation for consistency.

Next Steps

Now that you have env-twin installed, you’re ready to:
  • Follow the Quickstart guide to run your first sync
  • Learn about available commands and options
  • Configure env-twin for your specific workflow

Build docs developers (and LLMs) love