Skip to content

CLI error hint uses wrong npm package name (@agentmail/cli vs agentmail-cli) #38

@omoladeodetara

Description

@omoladeodetara

Summary

In npm/bin/agentmail, on execution failure the fallback message suggests reinstalling with:

npm install -g @agentmail/cli

But the documented package name in README/SKILL is agentmail-cli.

Why this is a bug

The recovery hint points users to a different package name, which is confusing and may fail or install the wrong package.

Suggested fix

Update the message to:

Try reinstalling: npm install -g agentmail-cli

(or another canonical package name you want users to use consistently across docs and CLI errors).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions