merge-stream missing when doing r2pm -i www-p
ZetaTwo opened this issue · 5 comments
ZetaTwo commented
I tried installing the www-p UI by doing
r2pm -i www-p
which returned an error saying the "merge-stream" package could not be found. (Sorry for no copy-paste, lost the error in scrollback).
I tried doing
npm -g install merge-stream
and retrying which solved the issue. Does this mean that there is something missing in a requirements entry somewhere?
radare commented
Edit the pckage.json
… On 29 Mar 2017, at 12:57, Calle Svensson ***@***.***> wrote:
I tried installing the www-p UI by doing
r2pm -i www-p
which returned an error saying the "merge-stream" package could not be found. (Sorry for no copy-paste, lost the error in scrollback).
I tried doing
npm -g install merge-stream
and retrying which solved the issue. Does this mean that there is something missing in a requirements entry somewhere?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
ZetaTwo commented
Ok, but is this something that should be added to https://github.com/radare/radare2-webui/blob/master/www/p/package.json then?
radare commented
yes
gcolajan commented
www-p already contains merge-stream: 6b4ac24#diff-333dc862311134a0b2a1bf8e2b17c2c0R31
I wasn't able to reproduce the issue.
ZetaTwo commented
Ok, then I must have forgot to update or something. Good that it is fixed anyway!