dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

txt install error #7

Closed niftylettuce closed 11 years ago

niftylettuce commented 11 years ago
> node install.js

try to read file /usr/share/unicode/UnicodeData.txt …
Warning: using slow naiv Buffer.indexOf function!
`npm install buffertools` to speed things up.
/usr/share/unicode/UnicodeData.txt not found.
try to read file /usr/share/unicode-data/UnicodeData.txt …
/usr/share/unicode-data/UnicodeData.txt not found.
try to read file UnicodeData.txt …
UnicodeData.txt not found.
try to download …
GET unicode.org:80/Public/UNIDATA/UnicodeData.txt
fetching …
request timed out.

I can manually use sudo wget unicode.org:80/Public/UNIDATA/UnicodeData.txt /usr/share/unicode-data/UnicodeData.txt to resolve this issue in the meantime.

niftylettuce commented 11 years ago

ah... I installed sudo apt-get install unicode-data and all is fine. just FYI the downloading wasn't working for me at least.