-
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
Post-Install Failure on node 12.16.2 #46
Comments
Also fixed this issue by temporary downgrade node version to |
We also hit this issue almost instantly after 12.16.2 was released in our CI that was running against Node 12.x and Docker builds using Had to downgrade to 12.16.1 to fix our builds and get everything going again |
Quite a change in Node --> nodejs/node#30232 . Anyone knows Captain America to save us? ;) |
ok, I see. |
Now uploading 65... |
because i didn't upload the 65 binaries yet |
people, NPM is timing out trying to do the upload. |
65l uploaded. Uploading 65b now.
|
65b also uploaded |
66b uplaoded, hopefully 66l soon |
@srl295 Thanks for the fix! Can confirm this resolved our issue 🎉 |
@srl295 Same here. Thx |
Hey All, from node team here. Sorry about not updating sooner. Will give y'all a heads up here next time |
Good incentive to get #36 done… makes this issue go away! |
On Node 12.16.2/npm 6.14.4, when installing this module, the following error is thrown during post-install. I believe it's because the module is trying to find
icu4c-data@651
but the module ships withicu4c-data@641
. I'm unsure why this patch Node bump/minor NPM bump causes this breakage, but installation does not fail on 12.16.1/6.13.4.The text was updated successfully, but these errors were encountered: