You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The main entrypoint file (packages/node-cli/src/cli.ts) is missing a node shebang line:
#!/usr/bin/env node
. Without this line runningnpx treeche
fails because it tries to run it as a shell script, not a js program.The text was updated successfully, but these errors were encountered: