Electron-packager: Binary no longer in path?

Created on 1 Jul 2015  路  6Comments  路  Source: electron/electron-packager

$ electron-packager
zsh: command not found: electron-packager

Every other binary in my project is working fine.

Most helpful comment

a global install solved it for me: npm install electron-packager -g

All 6 comments

Is this version 5?

Yes, we're tracking master.

Seems to work fine when inside a npm package.json scripts key.

a global install solved it for me: npm install electron-packager -g

I think it was just a fluke.

Was this page helpful?
0 / 5 - 0 ratings