Skip to content

Main entrypoint is missing shebang #11

@thislooksfun

Description

@thislooksfun

The main entrypoint file (packages/node-cli/src/cli.ts) is missing a node shebang line: #!/usr/bin/env node. Without this line running npx treeche fails because it tries to run it as a shell script, not a js program.

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