-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
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 with icu4c-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.
Error: /opt/hostedtoolcache/node/12.16.2/x64/bin/node /opt/hostedtoolcache/node/12.16.2/x64/lib/node_modules/npm/bin/npm-cli.js install icu4c-data@65l --> status 1
at npmInstallNpm (/home/runner/work/project/project/node_modules/full-icu/install-spawn.js:62:9)
at Object.<anonymous> (/home/runner/work/project/project/node_modules/full-icu/postinstall.js:72:2)
at Module._compile (internal/modules/cjs/loader.js:1156:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47
npm ERR! code ELIFECYCLE
Allcharles, SKoschnicke, hallvardastark, srittau, kifahhk and 8 more