ian % /opt/bin/packer -i foo.js
/opt/bin/packer: line 1: syntax error near unexpected token `('
/opt/bin/packer: line 1: `var fs = require('fs');'
I installed packer via npm install packer and the executable seems to be missing a shebang. Every other npm-installed executable has #!/usr/bin/env node at the top of the file.
I installed packer via
npm install packer
and the executable seems to be missing a shebang. Every other npm-installed executable has#!/usr/bin/env node
at the top of the file.Thanks!