Charcoal-SE / charcoal-se.github.io

Website for Charcoal
https://charcoal-se.org/
8 stars 27 forks source link

Add link to userscript's repo; fix #24 #49

Closed double-fault closed 6 years ago

double-fault commented 6 years ago

Fixed #24.

screen shot 2018-10-03 at 8 33 59 pm

double-fault commented 6 years ago

Hmm, looks like the Travis CI build is failing with the same issue I had. I fixed it by doing what is given here, i.e, I reinstalled node without icu4c using Homebrew:

brew reinstall node --without-icu4c

Not sure 'bout what needs to be done to fix Travis CI builds with this repo, but the above worked for me on macOS.