> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Requirements & Installation

> Installation guide for the Locker Secrets Manager SDK for NodeJS

## Requirements & Installation

<Tip>
  Link: [https://www.npmjs.com/package/lockersm](https://www.npmjs.com/package/lockersm)
</Tip>

### Requirements

* Node 12+

### Installation

Install from npm:

```bash theme={null}
npm install -S lockersm
```

Install from yarn:

```bash theme={null}
yarn add lockersm
```
