-
Notifications
You must be signed in to change notification settings - Fork 355
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
XMLHTTPRequest module is fetched from github rather then NPM #405
Comments
👍 |
… one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
…hen bundle the one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
…hen bundle the one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
Dupe of #348 |
…hen bundle the one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
… one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
…hen bundle the one it wanted in ember-cli’s tarball pending: socketio/engine.io-client#405
Please fix this, its causing major headaches. |
@stefanpenner yeah this is still not working correctly. even the new version tries to fetch from github. |
👍 We really need this |
Really an issue! Please fix this! Eventually there is https://www.npmjs.com/package/xmlhttprequest such module, so this change can be very easy. |
FWIW, we upgraded Node from version 0.11.something to version 0.12.7. When NPM (the one bundled with Node 0.12.7) is resolving dependencies and sees TL;DR: Try upgrading to Node 0.12.7. Thanks to @irgeek for working through this. |
@uglow Sadly, this isn't an option for us. The environment that I am in is fairly restrictive and there isn't an easy upgrade path. |
Adding another name to this request. Definitely a headache and unusable in our private npm repo. @ichyr has the correct solution IMO. |
Looks like this is fixed, and just needs to be pushed to npm |
+1,000,000 Anyone stuck behind a proxy is stuck with socket.io@0.9.x, no webpack-dev-server, etc, etc. This has knock-on effects. Please publish this to NPM and then bump socket.io to 1.3.8 to point to engine.io-client@1.5.5, this will pull the rod out from so many arses. Thanks! |
@richardbutler well said. |
yes, please. Add another vote here. |
Oh, here is the actual reason why builds are failing... |
+1 |
Looks like the appropriate fixes are already present in the master branch e700bd2 |
+1 |
2 similar comments
+1 |
+1 |
+1 |
+1 |
I can't believe this is still an issue for something merged on August 29th. Very frustrating. |
I just pinged @rauchg on slack to try and get this done |
@jeffshaver i'm guessing no luck on this front? |
@bushong1 yeah. no response. and it looks like their slack is down right now so I can't hop back in to check in. |
Please publish the new version with the fix to npm. |
+1 waiting for an npm publish. |
+1 |
hi @rauchg :-) thanks in advance, |
|
+1 |
1 similar comment
+1 |
Looks like this one is now fixed. 👍 |
yep, fixed. Thanks!!! |
https://github.com/socketio/engine.io-client/blob/master/package.json#L38
For users without access to github (those with internal private NPM mirrors, but not github access) this causes some grief.
A related issue: ember-cli/ember-cli#4328
Is it possible for us to get a release, where XMLHTTPRequest is either:
The text was updated successfully, but these errors were encountered: