-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overcoming UnicodeTable.txt download #19
Comments
try to read file /usr/share/unicode/UnicodeData.txt … mac pro os x node install.js not work |
same thing again
|
Why not bundle the file with the lib? This is really annoying.. |
update the install.js by replacing this code : unicodedatafile = { By this code : |
Finally, how to solve the questions on MacOs? |
I've started hitting this timeout issue a lot on a Travis build:
Any ideas why Travis would be timing out? |
I doubt that it is limited to your Travis environment. When it happens, try getting the file in your web browser. The file is simply not reliably available at that location. You have two option:
|
^ cause above is your host being blacklisted for excess downloads, see #16 |
I am not the package maintainer but I'll leave this info here because it may be useful:
The other way to overcome
UnicodeTable.txt
download problems under corporate networks, weird proxies, etc is to download everyting manually and distribute "unicode" under "bundledDependencies" in package.json:Then just place
unicode
package with downloadedUnicodeTable.txt
and generatedcategory
dir under your project'snode_modules
and keep it versioned (actuallypackage.json
file andcategory
directory is enough forunicode
to work).I hope it helps someone. I think it can be also mentioned in a README.
The text was updated successfully, but these errors were encountered: