We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d7ad5 commit 14133d0Copy full SHA for 14133d0
1 file changed
packages/fxa-auth-server/scripts/install-ejs.sh
@@ -14,4 +14,5 @@ ejs_version=3.1.10
14
[ ! -d "./vendor" ] && mkdir vendor
15
16
# Download it from github
17
-curl -L https://github.com/mde/ejs/releases/download/v$ejs_version/ejs.min.js -o ./vendor/ejs.js
+# Use --noproxy to avoid yarn/npm proxy env vars causing 504 gateway timeouts
18
+curl -fL --noproxy '*' https://github.com/mde/ejs/releases/download/v$ejs_version/ejs.min.js -o ./vendor/ejs.js
0 commit comments