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
Note, a workaround is to recompile node using --with-intl=full-icu. Don't use the full-icu package at all in that case. Node will have all data and will work properly.
(ICU 64.2 supports the Reiwa era, as does 63.2 and others.)
Steps to reproduce: (I was not able to do step 2 exactly, so this is somewhat of a theory. Not sure how to run npm against a self-built Node yet.)
configured/compiled Node with
--with-intl=small-icu --with-icu-source=https://github.com/unicode-org/icu/releases/download/release-63-2/icu4c-63_2-src.tgz --download=all
use
npm install full-icu
as directed. It will download the ICU 63 package, which will be 63.1 (not 63.2).The following are incorrect, and show that the 63.1 (not 63.2) data is being fetched:
(These should say 1 Reiwa / 令和元年5月1日 0:00:00) - note the era "令和"
The text was updated successfully, but these errors were encountered: