treeche icon indicating copy to clipboard operation
treeche copied to clipboard

Main entrypoint is missing shebang

Open thislooksfun opened this issue 2 years ago • 0 comments

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.

thislooksfun avatar Jan 06 '23 02:01 thislooksfun