-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Yarn fails to install full-icu package
I get this error output:
Building fresh packages...
[1/6] ⠁ fsevents: http GET https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.15/fse-v1.0.15-node-v48-darwin-x64.tar.gz
[2/6] ⠁ full-icu: npm install icu4c-data@57l (Node 6.8.0 and small-icu 57.1) -> icudt57l.dat
[3/6] ⠁ phantomjs-prebuilt
[4/6] ⠁ phantomjs
error /Users/peterfox/Documents/mjm3-frontend/node_modules/full-icu: Command failed.
Exit code: 1
Command: sh
Arguments: -c node postinstall.js
Directory: /Users/peterfox/Documents/mjm3-frontend/node_modules/full-icu
Output:
npm install icu4c-data@57l (Node 6.8.0 and small-icu 57.1) -> icudt57l.dat
yarn install v0.17.10
info No lockfile found.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
error `install` has been replaced with `add` to add new dependencies. Run "yarn add icu4c-data@57l" instead.
/Users/peterfox/Documents/mjm3-frontend/node_modules/full-icu/install-spawn.js:36
throw(Error(cmdPath + ' ' + args.join(' ') + ' --> status ' + spawned.status));
^
Error: /usr/local/bin/node /usr/local/lib/node_modules/yarn/bin/yarn.js install icu4c-data@57l --> status 1
at Error (native)
at npmInstallNpm (/Users/peterfox/Documents/mjm3-frontend/node_modules/full-icu/install-spawn.js:36:9)
at Object.<anonymous> (/Users/peterfox/Documents/mjm3-frontend/node_modules/full-icu/postinstall.js:62:2)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
"full-icu": "^1.0.3",
Node: v6.8.0
Yarn: 0.17.10
Mac OS X - 10.11.6
Metadata
Metadata
Assignees
Labels
No labels