noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Build Continues to Run #467

Closed prestontw closed 8 years ago

prestontw commented 8 years ago

Hello,

Getting right to the chase, when I try to build I get an "emitter.prependListener is not a function" error. I don't know if this is related to the real issue: I can only run a target once and it seems to run indefinitely. Attached is a photo of this. If I change targets, it seems like I can't run them either. Please let me know if there is any other information I can provide.

screenshot from 2016-08-25 18-44-27

prestontw commented 8 years ago

I wasn't sure whether it was a problem with build or build-make, so I wrote a little custom build script. As you can see, I switched targets back to build-make but the original target is still running.

prestontw commented 8 years ago

I was on Arch Linux, using atom from the community repo. Removing it and apm and installing atom-editor-bin from AUR solved my problem. Working beautifully now!

noseglid commented 8 years ago

👍