> ## 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.

# Yêu cầu & Cài đặt

> Hướng dẫn cài đặt Locker Secrets Manager SDK cho NodeJS

## Yêu cầu & Cài đặt

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

### Yêu cầu

* Node 12+

### Cài đặt

Cài đặt từ npm:

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

Cài đặt từ yarn:

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