You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tracked down this issue - it's due to htmltidy bundling 32-bit versions of the tidy library, which causes problems when running on 64-bit architecture.
Two possible solutions if you have a 64-bit system and you're running in to this problem:
Enable support for running 32-bit binaries on your system by executing the following (recommended, easiest way to do this):
Replace the binaries bundled with htmltidy with your system's tidy binary. This method doesn't require you to install anything, but it is a little more fiddly. First run which tidy to find out the path to your installation of the tidy library. It should be something like /usr/sbin/tidy. Then, from your project directory:
Really an issue with
htmltidy
, but leaving here to track and in case anyone else runs in to this issue.See:
lucidnz/bootstrapify-1#217
and
https://github.com/vavere/htmltidy/issues/11
The text was updated successfully, but these errors were encountered: