From 2f42f21dafac1b7df7d8438af2cfdc61efdef003 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 8 Oct 2013 16:31:36 -0700 Subject: [PATCH] Hopefully fix ECONNRESET errors again. --- meteor | 2 +- scripts/generate-dev-bundle.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meteor b/meteor index 8d5075e2ad..8efdb709e8 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.3.18 +BUNDLE_VERSION=0.3.19 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index 766063b6ae..7406330f47 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -112,8 +112,9 @@ npm install source-map@0.1.30 npm install source-map-support@0.2.3 # Using the unreleased "caronte" branch rewrite of http-proxy (which will become -# 1.0.0). -npm install https://github.com/nodejitsu/node-http-proxy/tarball/a51b0622780f48160001f9e74340f7d720cbfce6 +# 1.0.0), plus this PR: +# https://github.com/nodejitsu/node-http-proxy/pull/495 +npm install https://github.com/meteor/node-http-proxy/tarball/f17186f781c6f00b359d25df424ad74922cd1977 # Using the unreleased 1.1 branch. We can probably switch to a built NPM version # when it gets released.