Steps to reproduce 1. Make sure @herodevs/cli package is not installed (locally nor globally) 2. Run `npx @herodevs/cli` 3. You'll get the following error: `hd: command not found` 4. Install globally the package `npm i -g @herodevs/cli` 5. Run `npx @herodevs/cli` 6. Command will work