-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
[codestats@octane assets]$ node -v
v9.10.1
[codestats@octane assets]$ npm -v
5.7.1
[codestats@octane assets]$ npm install full-icu
> [email protected] postinstall /var/codestats/beta/assets/node_modules/full-icu
> node postinstall.js
Note: Your node was compiled to link against an externally-provided ICU, so the locale data is not customizable through this script. Exitting.
npm install icu4c-data@61l (Node 9.10.1 and small-icu 61.1) -> icudt61l.dat
full-icu$ /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install icu4c-data@61l
npm ERR! code ETARGET
npm ERR! notarget No matching version found for icu4c-data@61l
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
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 in package-lock.json
, which would have existed in NPM.
Metadata
Metadata
Assignees
Labels
No labels