@ghostspeak/ghostspeak
v1.0.5
Published
TypeScript SDK for podAI Protocol on Solana
Maintainers
Readme
🛠️ Troubleshooting
Command Not Found
If you see "command not found" after installing globally, add your global bin directory to your PATH:
- For npm:
export PATH="$(npm bin -g):$PATH" - For Bun:
export PATH="$HOME/.bun/bin:$PATH"
Restart your terminal or run the above command to use CLI commands from anywhere.
