-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot convert name to ASCII #1199
Comments
What does |
This could also be a ICU error (I've seen the same error |
|
After some more digging, this seems to be indeed related to |
I've opened a bug for the obscure error message nodejs/node#13043 |
Call uc_init() after u_setDataDirectory() to find out if the data directory is actually valid. This commit removes parallel/test-intl-no-icu-data, added in commit 46345b9 ("src: make --icu-data-dir= switch testable"). It no longer works now that an invalid --icu-data-dir= argument is rejected. Coverage is now provided by parallel/test-icu-data-dir. Fixes: nodejs#13043 Refs: nodejs/node-gyp#1199 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Steven R Loomis <[email protected]>
I'm hit by an issue where node-gyp fails when rebuilding java bindings. Tried various different versions of
node-gyp
, but the issue remains. Strangely it only fails inside the officialnode-docker
images. Locally on my MacbookNode: 7.10.0 (official docker image)
Minimal package.json:
Dockerfile:
The text was updated successfully, but these errors were encountered: