-
Notifications
You must be signed in to change notification settings - Fork 298
Conversation
Can someone give me some hints on what testing I should produce to get this accepted? Currently apm rebuild simply doesn't work for any package that uses fs-events since node-pre-gyp just blows up. If I just add
it does work and my package then loads which it doesn't without it because:
|
@hedefalk : Thank you! This finally resolves my issues building atom-beautify. This was extremely frustrating because @50Wliu and @lee-dohm : What is the expected workaround until this is merged? I just noticed the date of this Pull request is May 13th. Any progress on this issue? Maybe I am missing something and this is no longer needed (using Atom 1.8.0, apm 1.9.2). However,
|
Can we please get this PR merged already? The build problems with |
This has been fixed via #596. |
So it's nice that this was fixed but I have to say that as a potential contributor it's extremely disappointing to see that this PR, which fixed a pretty serious issue for some extension developers, was sitting here since March and basically ignored but a duplicate PR (with some additions, granted) submitted by an Atom member was merged in under 8 hours… |
I agree with @freebroccolo. Although I will point out that the other Pull Request ( #596 ) does implement a couple more changes than the one-liner in this PR: https://github.com/atom/apm/pull/596/files |
@freebroccolo I agree with you. We dropped the ball on this one. As mentioned by @Glavin001, the merged PR does have additional changes, but we probably should have built #596 on top of this PR. |
Looking at mapbox/node-pre-gyp@ef79b3f (which doesn't work for apm) I got the feeling that just stating runtime=electron would be a pretty good idea. And it was.
Tried it by simply running:
Without --runtime=electron, node-pre-gyp fails like