Skip to content

Install failed at the first hurdle.... #407

@streeyt

Description

@streeyt

Describe the bug

After running npx skills add heygen-com/hyperframes I got the following error:

Failed to clone https://github.com/heygen-com/hyperframes.git: Cloning into
  '/var/folders/fg/rb4d4ydn0yv71v2s89wf_1f00000gn/T/skills-KG5PyK'...

git-lfs filter-process: git-lfs: command not found

  │  git-lfs filter-process: git-lfs: command not found
  │  fatal: the remote end hung up unexpectedly  │
  │  warning: Clone succeeded, but checkout failed.
  │
  │  You can inspect what was checked out with 'git status'
  │
  │  and retry with 'git restore --source=HEAD :/'

The fix was clear, but I just wanted to flag this.

brew install git-lfs

Then retry:

npx skills add heygen-com/hyperframes

(brew applies to macOS)

Link to reproduction

https://www.apple.com

Steps to reproduce

npx skills add heygen-com/hyperframes on a machine without git-lfs installed

Expected behavior

Should check for the presence of git-lfs , install it, and/or prompt the user in a more elegant way that they need to install it.

Actual behavior

Throws a big error and didn't seem to install as expected.

Environment

macOS 26.3
node v22.16.0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions