as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

SDK Manager Issues

This page covers common problems you may encounter when using the SDK manager and provides step-by-step solutions to resolve them quickly. If you don't find a solution to your specific problem here, post an issue in the Developer Forum for additional support.

Common issues

Command fails with SDK version not found

Cause: Required SDK version isn’t installed locally

Solution:

# Check available versions
vega sdk list-remote

# Check what's installed
vega sdk list-installed

# Install the missing version
vega sdk install <version>

SDK commands fail unexpectedly or produce errors

Cause: Installation files are damaged or incomplete Solution:

# Diagnose issues
vega sdk config doctor

# Fix by reinstalling
vega sdk uninstall <version>
vega sdk install <version>

Pipeline execution stops and waits indefinitely

Cause: Interactive prompts are blocking automated execution Solution:

  1. Set the NONINTERACTIVE=true .
  2. Use –non-interactive flag on commands.
  3. Check for interactive prompts in scripts.

Last updated: Dec 22, 2025