-
Notifications
You must be signed in to change notification settings - Fork 28
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
long term: install in a known spot #6
Comments
I'm a little confused. If I understood those instructions right, I just have to run that copy command and then when I run new Intl.DateTimeFormat('es',{month:'long'}).format(new Date(9E8)) //=> "M01" There are some other peculiarities: the instructions tell me to copy the file to You can see my flailing here: https://travis-ci.org/icambron/luxon/builds/246657525. Am I just missing some key step? Edit: nevermind, from searching around I discovered that the ICU auto-detection thing is sorta bunk and that I need to explicitly point Node at the ICU package. |
@icambron says:
It's not bunk, it's just vaporware so far. There's a difference and help wanted @ nodejs/node#3460 |
Would you accept a smaller PR that just updated the instructions to tell the user to set the env var? |
The main issue with 3460 is I haven't tested all of the possible environments it could break on and made the platform dependency as small as it should be. the proof of concept (auto detection) works fine. @icambron do you mean an update to https://github.com/unicode-org/full-icu-npm/blob/master/README.md ? When you install |
Ah, my bad: I hadn't rechecked the console instructions since writing my original comment above. I see now that the instructions have since been fixed by #15, which I guess is all I was suggesting doing in my vaguely-proposed PR. So all my confusion here is actually fixed by the updated console instructions. Sorry about the noise. |
now that nodejs/node#3460 is closed and nodejs/node#19214 is landed, this module will hopefully see less and less use. I'm going to close this issue because it depends on 3460 to really make a difference. |
If you came here from the warning after installing
full-icu
please read:full-icu
should detect that 3460 (above) has been merged (by node version) and do whatever needs to happen to write the dat file in the right spot.full-icu
, but to make it "do the right thing" going forward.The text was updated successfully, but these errors were encountered: