Skip to content

Missing shebang #3

@asklar

Description

@asklar

Thanks for the package!

When running via npx -y rss-mcp, I get errors like:

import: not found
Syntax error: word unexpected

It looks like the resulting dist/index.js is missing #!/usr/bin/env node at the beginning of the script. The shell tries to execute it directly instead of running it through Node.

Would it be possible to add the shebang to the source file? TypeScript will preserve it in the compiled output.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions