PaloAltoNetworks / minemeld-ansible

Ansible playbook for installing MineMeld on Linux
Apache License 2.0
48 stars 48 forks source link

Updating minemeld-ansible; Fails at typings install #81

Open iamtimroberts opened 4 years ago

iamtimroberts commented 4 years ago

Updated to CentOS 7.7 and then updated minemeld following the procedures here: https://github.com/PaloAltoNetworks/minemeld-ansible#upgrade-minemeld

Install keeps failing at the "typings install" task. I've doubled memory from 2GB to 4GB as I saw that remediated others' issues to no avail. See full error message below

TASK [minemeld : typings install] ************************************************************************************fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["typings", "install"], "delta": "0:00:00.858679", "end": "2019-11-08 15:15:25.451931", "msg": "non-zero return code", "rc": 1, "start": "2019-11-08 15:15:24.593252", "stderr": "typings ERR! message Unable to read typings for \"angular-animate\". You should check the entry paths in \"angular-animate.d.ts\" are up to date\ntypings ERR! caused by Unable to connect to \"https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/17f7f965f515e7085e085b42f7137c06f50f70e9/angularjs/angular-animate.d.ts\"\ntypings ERR! caused by read ECONNRESET\n\ntypings ERR! cwd /opt/minemeld/www/webui\ntypings ERR! system Linux 3.10.0-1062.4.1.el7.x86_64\ntypings ERR! command \"/opt/minemeld/www/venv/bin/node\" \"/opt/minemeld/www/webui/node_modules/.bin/typings\" \"install\"\ntypings ERR! node -v v6.14.4\ntypings ERR! typings -v 0.8.1\n\ntypings ERR! If you need help, you may report this error at:\ntypings ERR! <https://github.com/typings/typings/issues>", "stderr_lines": ["typings ERR! message Unable to read typings for \"angular-animate\". You should check the entry paths in \"angular-animate.d.ts\" are up to date", "typings ERR! caused by Unable to connect to \"https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/17f7f965f515e7085e085b42f7137c06f50f70e9/angularjs/angular-animate.d.ts\"", "typings ERR! caused by read ECONNRESET", "", "typings ERR! cwd /opt/minemeld/www/webui", "typings ERR! system Linux 3.10.0-1062.4.1.el7.x86_64", "typings ERR! command \"/opt/minemeld/www/venv/bin/node\" \"/opt/minemeld/www/webui/node_modules/.bin/typings\" \"install\"", "typings ERR! node -v v6.14.4", "typings ERR! typings -v 0.8.1", "", "typings ERR! If you need help, you may report this error at:", "typings ERR! <https://github.com/typings/typings/issues>"], "stdout": "", "stdout_lines": []}