On an armv7h system, nodejs-lts-carbon appears to be linked against a previous version of http-parser.
$this->bbcode_second_pass_code('', '
$ pacman -Q | grep -E "(nodejs|http\-pa)"
http-parser 2.9.0-1
nodejs-lts-carbon 8.15.0-2
$ /usr/bin/node
/usr/bin/node: error while loading shared libraries: libhttp_parser.so.2.8: cannot open shared object file: No such file or directory
$ ldd /usr/bin/node | grep http_parser
libhttp_parser.so.2.8 => not found
')