galaxyproject / ansible-galaxy

An Ansible role for managing a Galaxy server
https://galaxy.ansible.com/galaxyproject/galaxy
57 stars 75 forks source link

chokidar version issue in make client-production-maps #186

Open JingyuWang opened 1 year ago

JingyuWang commented 1 year ago

System: Ubuntu Followed Galaxy Installation with Ansible guide here: https://training.galaxyproject.org/training-material/topics/admin/tutorials/ansible-galaxy/tutorial.html

Got blocked at TASK [galaxyproject.galaxy : Build client], error is warning Resolution field \"chokidar@3.5.3\" is incompatible with requested version \"chokidar@^2.0.0\" Browserslist:****@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating\nKilled\nerror Command failed with exit code 137. error Command failed with exit code 137. make: *** [Makefile:177: client-production-maps] Error 137"

I've no idea how to solve it. It is different from usual way to install node packages. Can some one please help?

dannon commented 1 year ago

@JingyuWang Hi! The chokidar warning is not a problem and is unrelated to the error you're seeing here. Exit code 137 is generally OOM; what sort of a machine are you running this on?