-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Methods
Nathan Friedly edited this page Sep 25, 2023
·
2 revisions
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
From Github Releases:
# 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
Replace {version}
with the version of the package that you want to your, e.g.:
1.0.0
.