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
See ICU-20600 for the ICU side. Consider pulling the little endian data directly from the ICU src file (https://github.com/unicode-org/icu/releases/download/release-64-2/icu4c-64_2-src.tgz). BE and EBCDIC could pull from an adjunct data file also published by ICU. This would break the dependency on the manual step of (me) remembering to upload the ICU data.
This also would make sure the dot-release issue mentioned in #35 does not occur, because fetching would be specific to the ICU dot release.
Also, npm install in postinstall is a bad idea, as #38 points out.