BuilderIO / BuilderIO/ai-shell
command not found: ai
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 377
- PR merge metrics
- No merged PRs in 30d
Description
I tried following the readme to install this tool. But after installation, I get command not found. I restarted iTerm after installation. Any tips? Thanks!
macOS Monterey 12.6.3 (Intel chip)
iTerm2 Build 3.4.19
````
zsh --version
zsh 5.8.1 (x86_64-apple-darwin21.0)
node --version
v19.8.1
npm --version
8.1.0
ls /usr/local/Cellar/node/19.8.1/lib/node_modules/@builder.io/ai-shell
LICENSE README.md dist node_modules package.json
brew --version
Homebrew 4.0.13
Homebrew/homebrew-core (git revision 39002442006; last commit 2023-03-11)
npm install -g @builder.io/ai-shell
changed 40 packages, and audited 42 packages in 2s
13 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
ai
zsh: command not found: ai
ai-shell
zsh: command not found: ai-shell
Contributor guide
Research direction
Start with README.md's installation instructions and the installed package's package.json; verify how the CLI entry point is exposed after npm install -g. Reproduce command lookup in zsh using the reported macOS, Node, and npm versions, and compare the documented command with the package contents. Done means the documented installation makes the `ai` command available in a fresh shell.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript, zsh
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100