question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Binary no longer in path?

See original GitHub issue
$ electron-packager
zsh: command not found: electron-packager

Every other binary in my project is working fine.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
jestersimppscommented, Dec 31, 2015

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

0reactions
krainboltgreenecommented, Dec 31, 2015

I think it was just a fluke.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Add a Binary (or Executable, or Program) to ... - zwbetz
We'll assume you want to add a binary, named binary on macOS and Linux, and binary.exe on Windows, to your PATH. (How original,...
Read more >
binary placed in folder on $PATH is not immediately accessible
Yet when I type in the command line wercker_build_status it can't find it, I have to type the full path to the file,...
Read more >
Can't find binary, but path included in $PATH - Server Fault
Bash maintains a cache of locations of executables in $PATH . You had hg in /usr/bin at some point, and ran it from...
Read more >
Why absolute path doesn't work for binary execution?
It says "No such file or directory" However if I navigate to the folder and just use "mybinary", it works. Any ideas of...
Read more >
How can my bash find binaries if the binary is not in $PATH?
This is pretty normal for any binaries that locates in $PATH. However, when i do which elastalert. It returns no info.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found