No package 'libxml-2.0' found
For alpine
apk add libxml2-dev
For Ubuntu the following helped me:
apt-get install libxml2-dev
This should also work as I didn't have brew:
yum install libxml2-devel
For alpine
apk add libxml2-dev
For Ubuntu the following helped me:
apt-get install libxml2-dev
This should also work as I didn't have brew:
yum install libxml2-devel