Problema con lerna run --stream build

Estoy instalando el servidor desde

https://github.com/LinceBI/lincebi-biserver-frontend

Cuando hago make build (uso node v12.7.0) me da el siguiente error

lerna ERR! npm run build exited 1 in ‘@lincebi/biserver-frontend-home’
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.

npm ERR! Linux 4.15.0-66-generic
npm ERR! argv “/usr/bin/node” “/usr/bin/npm” “run” “build”
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! @lincebi/biserver-frontend@ build: lerna run --stream build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @lincebi/biserver-frontend@ build script ‘lerna run --stream build’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the @lincebi/biserver-frontend package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! lerna run --stream build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs @lincebi/biserver-frontend
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls @lincebi/biserver-frontend
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/caracol/Apps/lincebi-biserver-frontend/npm-debug.log
Makefile:61: recipe for target ‘packages/login/dist’ failed
make: *** [packages/login/dist] Error 1

Podrán ayudarme con esto ?
Muchas gracias !!
José

A pesar de comentar que utilizas Node.js v12.7.0 en el error que adjuntas observo que la versión de Node.js reportada es la v8.10.0. Dicha versión de Node.js fue lanzada el 06-03-2018 y ha dejado de estar soportada oficialmente.

Verifica por favor si el mismo problema se presenta en una versión de Node.js soportada (actualmente v10 en adelante).