mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Hopefully fix ECONNRESET errors again.
This commit is contained in:
2
meteor
2
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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user