Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ To generate Protobuf definitions from the latest OpenSearch API specification, f
- **Node.js** >= v22
- **Java** >= 17

**Note:** If you're using an internal npm registry that blocks recent packages, configure npm to use the public registry:

```bash
npm config set registry https://registry.npmjs.org/
```

1. **Download the latest OpenSearch API Specification**


Expand Down