When npm is the better route
npm is usually the better route if your environment already depends on global CLI tools managed through Node. It keeps updates simple and avoids introducing cargo just for one tool.
What to verify after install
- Confirm the command is available in your shell path.
- Confirm your API key and provider config are ready before first use.
- Confirm you understand where config files live before you change settings.