Open watzon opened 2 months ago
This is due to the shell trying to run the file. Files in the .bin directory should generally have a #!/usr/bin/env node on the top for exactly this reason.
#!/usr/bin/env node
This is due to the shell trying to run the file. Files in the .bin directory should generally have a
#!/usr/bin/env node
on the top for exactly this reason.