Skip to content
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

Intl not working #31

Open
billywhizz opened this issue Apr 23, 2024 · 0 comments
Open

Intl not working #31

billywhizz opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@billywhizz
Copy link
Contributor

Intl doesn't seem to work. I think we are missing icudtl.dat that needs to be included somehow.

This code

console.log(new Intl.Collator('en').compare('hello', 'hello'))

throws an error

Unhandled Rejection
RangeError: Internal error. Icu error.
    at new Collator (<anonymous>)
    at techempower.mjs:101:13
process will exit
@billywhizz billywhizz added the bug Something isn't working label Apr 23, 2024
@billywhizz billywhizz self-assigned this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant