Skip to content

Installation Methods

Nathan Friedly edited this page Sep 25, 2023 · 2 revisions

Install from the npm registry

Using npm

npm install @express-rate-limit/cluster-memory-store

Using yarn

yarn add @express-rate-limit/cluster-memory-store

Using pnpm

pnpm add @express-rate-limit/cluster-memory-store

Install from Github Releases

Replace {version} with the version of the package that you want to your, e.g.: 1.0.0.

Using npm

npm install https://github.com/express-rate-limit/cluster-memory-store/releases/download/v{version}/cluster-memory-store.tgz

Using yarn

yarn add https://github.com/express-rate-limit/cluster-memory-store/releases/download/v{version}/cluster-memory-store.tgz

Using pnpm

pnpm add https://github.com/express-rate-limit/cluster-memory-store/releases/download/v{version}/cluster-memory-store.tgz
Clone this wiki locally