asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

not able to build latest release 0.0.30 #82

Closed je-vv closed 8 years ago

je-vv commented 8 years ago

The folowing is not the failure, but it's a suggestion (on Arch it was necessary):

npm install -g imagemin-pngquant

That under:

peerflix-server-0.0.30/.travis.yml

Besides that, when the build reaches the following it just hangs:

++++++++++++++++++++++++++

Running "concurrent:dist" (concurrent) task

Running "svgmin:dist" (svgmin) task ✔ app/images/logo.svg (saved 783 B 45%) Total saved: 783 B

Done, without errors.

Execution Time (2016-08-14 06:49:15 UTC) loading tasks 7ms ▇▇▇ 6% svgmin:dist 111ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 93% Total 119ms

Running "copy:styles" (copy) task Copied 1 files

Done, without errors.

Execution Time (2016-08-14 06:49:15 UTC) loading tasks 5ms ▇▇▇▇▇▇▇▇▇▇▇▇ 24% copy:styles 15ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 71% Total 21ms ^C

Execution Time (2016-08-14 06:49:13 UTC) concurrent:dist 1h 44m 58.6s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 100% Total 1h 44m 58.8s

je-vv commented 8 years ago

My mistake, the .travis.yml change proposed is NOT required, and npm install is working fine as advertise... There was a bower thing added on top that wasn't working...