Hopefully fix ECONNRESET errors again.

This commit is contained in:
David Glasser
2013-10-08 16:31:36 -07:00
parent 9f2188b5da
commit 2f42f21daf
2 changed files with 4 additions and 3 deletions

2
meteor
View File

@@ -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.

View File

@@ -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.