-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds never exits AND emitter.prependListener is not a function
is thrown
#481
Comments
Same issue here. However, I do not have
|
I'm sorry to say I have no idea what this is or where it comes from. I've just published version |
I'm also having this error.
|
Great @boxama . This sheds some light. The code in question is when build is trying to pipe all output data to the view. Something goes wrong inside the core lib... i'm not sure why. It's almost certainly not an issue with atom-build itself. Not sure why it only happens to some either... |
Yeah, I wondered about that... I tested with a job which I knew would definitely error out, but got no output at all from |
Even though it might not be an issue directly with this package, it certainly makes it useless. Do you have any idea where to start debugging, would like to make this package work. |
It's difficult since I never get the error and have no way of reproducing.. Could you try adding something like |
Actually, adding the prependListener method fixes the problem. |
That's good. My theory is correct then. As a work around right now I think a good course of action is to implement it using the As a long term solution, the terminal package should be replaced with something more maintained. |
@noseglid That did it for me too, thanks for the quickfix! |
Cool. I'll try and get a workaround in soon and release it. Thanks for reports and help debugging. |
I had the same issue, it happened after I disabled, than later, re-enabled all platformio and build packages. |
Just lost the ability to build. happened after updating packages in atom. Above fix working. |
|
Since #438 and #441 have been closed, but this issue persists and involves both...
Win 10 x64, atom 1.12.0-beta3
I've uninstalled
sync-settings
andatom-beautify
and restarted atom, and I'm still getting theFailed to build: emitter.prependListener is not a function
error message when building. I don't findemitter.prependListener
being referenced in any other package which I have installed[1].The build "works" with an
.atom-build.yml
which contains onlycmd: echo Hello world
in the root of the project (i.e. printsHello world
), but runs indefinitely after that, and I have to restart atom to attempt to build again.No errors in the console. Nothing in the console, actually.
[1] There may be an atom core package which pulls in
emitter.prependListener
in some way, but I don't have the time to grep through all of their sources (although I did search atom itself).The text was updated successfully, but these errors were encountered: