Skip to content

Install Troubleshooting

bunx -p @twelvehart/orcats orcats cannot find the local CLI

Section titled “bunx -p @twelvehart/orcats orcats cannot find the local CLI”

Install the package in the project first:

Terminal window
npm i @twelvehart/orcats

Then retry from the same project directory:

Terminal window
bunx -p @twelvehart/orcats orcats --version

The installer defaults to $HOME/.local/bin. Add it to PATH if your shell does not already include it:

Terminal window
export PATH="$HOME/.local/bin:$PATH"

Then retry:

Terminal window
orcats --version

Download the tarball and SHA256SUMS.txt from the GitHub Release, verify the checksum with shasum -a 256 -c SHA256SUMS.txt or sha256sum -c SHA256SUMS.txt, then move orcats onto PATH.

Windows and musl/Alpine users should build from source for now.