-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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:
{
"bundledDependencies": [
"unicode"
]
}Then just place unicode package with downloaded UnicodeTable.txt and generated category dir under your project's node_modules and keep it versioned (actually package.json file and category directory is enough for unicode to work).
I hope it helps someone. I think it can be also mentioned in a README.
encenc and owebboy
Metadata
Metadata
Assignees
Labels
No labels