ZuploZuplo
LoginSign Up
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
Developer Portal
    IntroductionLocal DevelopmentUpdating VersionsNode Modules & Customization
    Configuration
    Writing
    OpenAPI
    Authentication
    Integrations
    Guides
    Extending
    Components
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Developer Portal

Updating Versions

When developing your Dev Portal locally, you likely want to keep your version of the Dev Portal up-to-date with the latest changes. This guide will walk you through the process of installing the latest version of the Dev Portal.

Inside of your project's /docs directory, run the following command to update the Dev Portal's dependencies:

TerminalCode
npm install zudoku@latest

Occasionally, there may be peer dependencies such as react that need to be updated. If you encounter any messages that indicate that peer dependencies need to be updated, run the following command:

TerminalCode
npm install react@latest react-dom@latest

Updates that require more than just updating the dependencies will be noted in the changelog.

Edit this page
Last modified on March 23, 2026
Local DevelopmentNode Modules & Customization