-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
If the terminal cannot find yoo, restart the terminal after installation.
Check whether it is available:
Get-Command yoocommand -v yooAlso make sure your package manager's binary directory is included in PATH.
Create the default configuration:
yoo initA configuration file is optional. The built-in defaults work without one.
Print the expected configuration path:
yoo configMake sure:
- You are running
yooinside a Git repository. - Git is installed.
- The
gitcommand is available inPATH.
Check Git with:
git --version
git statusRun yoo from the project root containing files such as:
Cargo.tomlpackage.jsonpyproject.tomlgo.modpom.xml-
.slnor.csproj
Then run:
yoo projectColour is automatically disabled when appropriate. If output is redirected, use plain output explicitly:
yoo --plainOtherwise, use a terminal with ANSI colour support.
cargo install yoo compiles the project locally.
Use Cargo Binstall for a prebuilt binary:
cargo binstall yooJSON output cannot be combined with display options.
This is invalid:
yoo project --json --plainUse:
yoo project --jsonyoo doctorOpen an issue and include:
- Operating system
- Installation method
- Output from
yoo --version - Output from
yoo doctor - The exact command and error message