Skip to main content

Installation

Prerequisites

  • Node.js 16 or higher
  • npm or yarn package manager

Global Installation

Install globally to use the 60db command anywhere:
Verify installation:

Local Installation

Install as a dependency in your project:
Use with npx:

Post-Installation

After installation, configure your API credentials:

Troubleshooting

Command not found

If you get command not found after global installation:
  1. Check npm global bin directory:
  2. Add it to your PATH (if not already):
  3. Or reinstall with sudo (Linux/Mac):