node, pnpm, yarn, bun, deno, or a plugin command. It resolves the current project and launches the selected real command.
Install shims
PATH, and prints current-session plus persistent setup commands for your shell.
Supported shell setup targets:
Shim location
Default paths:PATH precedence
The Jolter shims directory must appear before competing executables from system Node.js installations, nvm, fnm, Volta, Corepack, and package-manager-specific global binary directories. Check command routing:What happens at runtime
When a shim runs, Jolter:- identifies the invoked command;
- resolves project requirements from the current directory upward;
- selects a complete local installation;
- falls back to the global active version when no project requirement applies;
- launches the real executable or JavaScript tool entry point.
Refresh shims
Run setup again after upgrading or moving Jolter, changingJOLTER_HOME, restoring a backup, installing plugins that expose commands, or diagnosing stale shims.