Hola, quiero saber si me pueden ayudar con lo siguiente: actualmente estoy utilizando Bonita para mi proyecto de tesis de la Universidad, empleamos bonita 7.3.2 ya que aun dispone del simulador, al ejecutar el script build-script-7.3.2.sh clona y ejecuta las respectivas dependencias hasta que llega a la carpeta Portal.js dando error en los componentes de node.js, internamente descarga una version de node.js de 4.4.4, aparece estos errores:
[ERROR] npm ERR! Linux 4.19.0-13-amd64
[ERROR] npm ERR! argv "/home/anyi/Build-Bonita/bonita-portal-js/node/node" "/home/anyi/Build-Bonita/bonita-portal-js/node/node_modules/npm/bin/npm-cli.js" "install"
[ERROR] npm ERR! node v4.4.4
[ERROR] npm ERR! npm v2.15.1
[ERROR] npm ERR! code ELIFECYCLE
[ERROR]
[ERROR] npm ERR! grunt-karma-sonar@0.2.17 install: `node install.js`
[ERROR] npm ERR! Exit status 1
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the grunt-karma-sonar@0.2.17 install script 'node install.js'.
[ERROR] npm ERR! This is most likely a problem with the grunt-karma-sonar package,
[ERROR] npm ERR! not with npm itself.
[ERROR] npm ERR! Tell the author that this fails on your system:
[ERROR] npm ERR! node install.js
[ERROR] npm ERR! You can get information on how to open an issue for this project with:
[ERROR] npm ERR! npm bugs grunt-karma-sonar
[ERROR] npm ERR! Or if that isn't available, you can get their info via:
[ERROR] npm ERR!
[ERROR] npm ERR! npm owner ls grunt-karma-sonar
[ERROR] npm ERR! There is likely additional logging output above.
[ERROR]
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! /home/anyi/Build-Bonita/bonita-portal-js/npm-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:10 min
[INFO] Finished at: 2021-01-18T11:27:00-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on project bonita-portal-js: Failed to run task: 'npm install' failed. (error code 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Epero me puedan ayudar.