When installing some docs repos, there is a post-install hook (i think on node-sass) which requires libsass to already be installed on the user's machine, or the make call fails, therefore preventing install/build
This is an annoying bug (but easily fixed) for devs that don't have it already, but it's problematic in our CI/CD pipeline more than anything