$ electron-packager
zsh: command not found: electron-packager
Every other binary in my project is working fine.
Is this version 5?
Yes, we're tracking master.
Seems to work fine when inside a npm package.json scripts key.
hmm very weird, the only 2 requirements are currently met: https://github.com/maxogden/electron-packager/blob/dcf1da5d1afb3a06afac0b3723c34bdba327ced4/package.json#L7 https://github.com/maxogden/electron-packager/blob/dcf1da5d1afb3a06afac0b3723c34bdba327ced4/cli.js#L1
a global install solved it for me: npm install electron-packager -g
I think it was just a fluke.
Most helpful comment
a global install solved it for me: npm install electron-packager -g