Installation
Prerequisites
- Node.js 16 or higher
- npm or yarn package manager
Global Installation
Install globally to use the60db command anywhere:
Local Installation
Install as a dependency in your project:Post-Installation
After installation, configure your API credentials:Troubleshooting
Command not found
If you getcommand not found after global installation:
-
Check npm global bin directory:
-
Add it to your PATH (if not already):
-
Or reinstall with sudo (Linux/Mac):