The Telnyx CLI requires Node.js 20 or later. If you’re using an older version, please upgrade before installing.
Installation
Install the CLI globally via npm:telnyx command available from any directory.
Verify Installation
Update
To update to the latest version:Troubleshooting
”command not found: telnyx”
If the command isn’t found after installation:-
Verify it installed:
-
Check npm’s global bin is in your PATH:
-
Restart your terminal or reload your shell config:
Permission errors
If you getEACCES permission errors:
- Follow npm’s guide to fix permissions
- Or use a Node version manager (nvm, fnm) which doesn’t require sudo