-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Webpack is breaking npm ssh2 module #3332
Comments
Okay so the issue is our implementation of the EventEmitter is not as expected. The package node-libs-browser provides those polyfills. You could make an issue there, or add a comment to webpack/node-libs-browser#44. It seems like there are more problems with that implementation. |
I'm not sure I'm convinced that's the issue. I looked into it and the current EventEmitter implementation used by This is what has me confused. With all of this evidence I cannot see how it is possible for |
Why is this issue closed - it is not fixed! |
Please provide more information to confirm that this is really a webpack bug. |
What would you like from me! |
@mscdex maybe you can help here? |
Hi,
I want to use the ssh2 pack from https://www.npmjs.com/package/ssh2 in my Electron app inside an angular 2 service.
I found that it didn't work out the box - which was strange because all other npm packages just 'worked' including an FTP module.
I come here after this stack overflow post, and a followup issue on the ssh2 package github :
http://stackoverflow.com/questions/40646733/using-npm-package-ssh2-within-an-angular2-application-running-under-electron?noredirect=1#comment68563936_40646733
And this ssh2 issue:
mscdex/ssh2#502
The ssh2 package maintainer suggested I added an issue here to see if you guys on the webpack side can help at all, because I think he has run out of ideas on what he can do to fix it.
Any and all support would be very graciously received.
The text was updated successfully, but these errors were encountered: