-
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
Full-icu tries to install a version of icu4c-data (68l) that doesn't exist #61
Comments
It seems that there just isn't a package up on npm for v.68.2/68l yet as can be seen here: A rollback to Node v14.15.0 fixed the issue for us as the corresponding ICU version for that is 67l for which a tag does exist 👍 |
my Fedora with nodejs 14.17.0 already requires
solved it for now by downgrading to 14.16.0: |
Same problem here with the latest Node LTS version 14.17.5.
|
I'd really rather get help with #53, that would solve this permanently |
Try #53 it fixes this |
@srl295 That looks great, although I don't have access to the systems which need it in order to test (maybe sometime I'll try and create one, but I don't normally use RedHat). Will this be something that "just works" if people update to the latest full-icu in package.json? This issue would have affected anybody using RedHat's Universal Base Image because for some reason Node doesn't detect the files installed by nodejs-full-i18n-14.17.5-1.module+el8.4.0+12247+e2879e58.x86_64.rpm . RedHat's "Universal Base Image" https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/n/ doesn't give users the option to downgrade node versions (only one v14 version is available) and they recently upgraded to an affected version of the package. |
Yes it will "just work". |
fwiw: node 16+ includes full-icu by default, so we removed it from our package.json and the error went away https://nodejs.org/docs/latest-v16.x/api/intl.html#embed-the-entire-icu-full-icu
|
@marcwittke yes, although removal should not be necessary:
But of course it's fine to remove a module you will no longer need. |
hi ... requesting team to change my env to full-icu ... but would be nice for the npm package to exist. |
@johnnygreen i assume gh is locked down somehow... sorry, i don't think i can add the packages. perhaps you could follow https://github.com/nodejs/icu4c-data-npm and make your own package? you can use the API in full-icu to verify that you have the right datafile. |
Hi there,
it seems I'm encountering a bug where in our CI pipeline full-icu tries to install a version of icu4c-data that does not exist. When trying to install this version locally I get the same error as shown in the screenshot. Does anybody encounter the same problem?
The text was updated successfully, but these errors were encountered: