CLI Troubleshooting
This guide provides solutions for common issues you might encounter when using the JuliaOS CLI.
CLI Can't Connect to Server
Ensure the Julia server is running:
Check if the CLI is using the correct server URL:
Try using the mock server instead:
Menu Navigation Issues
Ensure your terminal supports ANSI escape sequences.
Try running in a different terminal emulator.
Set the
FORCE_COLOR
environment variable:
Command Not Found
Ensure you're running the CLI from the project root directory:
Check if the command exists in the CLI:
Try running the command through the interactive menu instead.
General Tips
Always start the Julia server before the CLI.
Use the latest versions of Node.js and Julia.
Check logs and error messages for more details.
For more troubleshooting tips, see the full Troubleshooting Guide.