-
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
Installation fails on Arch Linux with Node v9.10.1 #23
Comments
@Nicd try again. 61l is there. |
Seems to be working now with a cursory look. |
reopen if not. By the way, you filed this 13 hours before I landed 61 in node master. nodejs/node#19621 (comment) So you must have explicitly built icu 61? |
I'm unsure how it ended up like that. I didn't build anything myself, |
Can you send me your arch package versions for Node and npm and icu4c / icu?
|
Do you mean the versions in the original post? Node was 9.10.1, NPM 5.7.1 and full-icu 1.2.1 that resulted in it trying to install |
@Nicd what version of the Arch linux node package? In other words, how did you get ICU 61 13 hours before it was available to Node master, much less any released version? (There are lots of ways, just curious) |
It's |
This bug just bit me today, using node 10:
|
@fzaninotto it's not a bug, it means i haven't built the 62l files yet, sorry. Opened: nodejs/icu4c-data-npm#3 |
full-icu
is a dependency of a dependency so I can't avoid it, and my program has stopped building. It seems version 61l is not pushed to NPM, who handles that? The postinstall script also does not follow the version specified inpackage-lock.json
, which would have existed in NPM.The text was updated successfully, but these errors were encountered: