Prerequisites

  • Node.JS v22

  • pnpm, yarn, node

Process

0

(OPTIONAL) Installing a recommended package manager

Recommended, install the pnpm cli using the command below:

npm install --location=global pnpm
2

Installing the CLI

After installing, or using your preferred package manager, install the Monterey.js CLI globally.

# NPM
npm install --location=global monterey.js
# Yarn
yarn global add monterey.js
# PNPM
pnpm install --location=global monterey.js
3

Ensuring CLI

Ensuring that the CLI is installed correctly, you can test out the Monterey.js CLI by running either monterey or monjs like below:

monterey version