Closed
Description
In 1.3.8, you changed the shebang line from "#!/usr/bin/env node" to "#!/usr/bin/env node --no-warnings". Under some OSs (e.g. Linux 3.16) this doesn't work as you intended. It causes "/usr/bin/env" to be called with the single argument "node --no-warnings". A program called "node --no-warnings" is nowhere in the path though and splitting of this argument doesn't take place.
For a discussion on this topic, see:
http://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-with-a-shebang-i-e#4304187
Metadata
Metadata
Assignees
Labels
No labels