I just installed npm and when I ran it I got:
$this->bbcode_second_pass_code('', '# npm -V
node: error while loading shared libraries: libicui18n.so.56: cannot open shared
')
The library did not exist so I found that it was in package icu so I did:
$this->bbcode_second_pass_code('', '# pacman -S icu')
Now when I run npm I get:
$this->bbcode_second_pass_code('', '# npm -V
Illegal instruction (core dumped)
')
I am running on a dockstar and am attempting to install deployd, but I see in another thread that there may also be some kind of an issue with mongodb as well.