Page MenuHomePhabricator

"es6-shim" npm dependency removed from git repository
Closed, ResolvedPublic

Description

Author: humpface

Description:
I cannot download and install the latest version of Parsoid from gerrit.wikimedia. I am able to download the Parsoid package itself, but when I run "npm install", I get a clean download of all packages until "es6-shim". I get the following fatal error:

npm ERR! git clone git://github.com/cscott/es6-shim.git github.com[0: 192.30.252.130]: errno=No such file or directory

and this is followed by a whole bunch more errors. When I try to directly install each node_module individually, I also error out installing "es6-shim". I was able to download the .zip file from an old version, but then I start getting even more, deeper errors within different files about functions not found (something I'm not able to dig deeper into).


Version: unspecified
Severity: major
OS: Windows XP
Platform: PC

Details

Reference
bz56058

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:27 AM
bzimport added a project: Parsoid.
bzimport set Reference to bz56058.

Change 92345 had a related patch set uploaded by GWicke:
Bug 56058: Use https to pull in es6-shim

https://gerrit.wikimedia.org/r/92345

(In reply to comment #0)

npm ERR! git clone git://github.com/cscott/es6-shim.git github.com[0:
192.30.252.130]: errno=No such file or directory

Can you run git manually to see if you get the same error? Are you behind a firewall?

Change 92345 merged by jenkins-bot:
Bug 56058: Use https to pull in es6-shim

https://gerrit.wikimedia.org/r/92345

Closing as fixed (we now use the new es6-shim release). Please reopen if you still see an issue.