/ Errors
Contents

Chapter 4 of 9

Troubleshooting

Common issues and how to fix them.

command not found: jump

Shell integration wasn't loaded. Run source ~/.bashrc or source ~/.zshrc, or open a new terminal.

No results

Try --all to skip local-first search, or --depth / --root to widen the search tree.

jump --all src
jump --root ~/work --depth 8 api

Slow first launch

Force a pre-built binary install instead of compiling from source. Check releases for your platform.

Uninstall

curl -sSf https://raw.githubusercontent.com/Samujalphukan228/jump-cli/master/install.sh | sh -s -- --uninstall
source ~/.bashrc