https://bugzilla.redhat.com/show_bug.cgi?id=1075047 --- Comment #4 from Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> --- I'm only getting one error when running `npm test`: 1) standalone test-issue-36: Error: exited with code 8 at ChildProcess.<anonymous> (/home/tom/rpm/BUILD/package/test/test.js:49:33) at ChildProcess.EventEmitter.emit (events.js:98:17) at Process.ChildProcess._handle.onexit (child_process.js:797:12) This is related to patching out npm(readable-stream), which is a mirror of streams2 from Node 0.10 (readable-stream@1.0.x) and streams3 from Node 0.11 (readable-stream@1.1.x). Not sure if FPC will allow a straight copy of these files/functions from Node core. Looks like a total of around 1700 lines pretty much copy-pasted from Node :( Patching out readable-stream appeared to be simple at first.... But I just realised that they are using readable-stream@1.1.x :( -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review