ClosureCompiler.js icon indicating copy to clipboard operation
ClosureCompiler.js copied to clipboard

Install failing for ^1.6.1

Open erlapso opened this issue 7 years ago • 0 comments

Blocking issue please take action

Installing the package calls the following URL which now returns 503: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bundled-openjdk-jre/OpenJDK-JRE-7u6_24-linux64.tar.gz

Full error stack:

Configuring ClosureCompiler.js 1.6.1 ...

  Downloading https://dl.google.com/closure-compiler/compiler-latest.tar.gz ...
  | 0 / 6 mb
  | 1 / 6 mb
  | 2 / 6 mb
  | 3 / 6 mb
  | 4 / 6 mb
  | 5 / 6 mb
  | 6 / 6 mb
  ✔ Download complete: /pipeline/source/node_modules/closurecompiler/compiler/compiler.tar.gz (6 mb)

  Unpacking /pipeline/source/node_modules/closurecompiler/compiler/compiler.tar.gz ...
  | closure-compiler-v20170521.jar
  | COPYING
  | README.md
  ✔ Unpack complete.

  Configuring JRE ...
  ✖ Global Java not found or outdated, downloading bundled JRE ...
    Downloading https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bundled-openjdk-jre/OpenJDK-JRE-7u6_24-linux64.tar.gz ...
    ✖ Download failed: Error: Download failed: HTTP status code 503

  ✖ Unfortunately, ClosureCompiler.js could not be configured.
    See: https://github.com/dcodeIO/ClosureCompiler.js (create an issue maybe)

erlapso avatar Jun 28 '17 02:06 erlapso