Skip to content

[Bug] full-icu is not supported #873

@TrySound

Description

@TrySound
  • I'd be willing to implement a fix

Describe the bug

Yarn fails when I try to install full-icu. I am aware it's builin in node v13 but my team would prefer to not install unstable node version.

To Reproduce

try {
  await yarn(`add`, `full-icu`, '--dev');
  expect(true).toBe(false);
} catch (error) {
  expect(error.toString()).not.toContain('Failed with errors');
}

Screenshots

image

Environment if relevant (please complete the following information):

  • OS: OSX
  • Node version 12.10.0
  • Yarn version 2.0.0-rc.28

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleIssues that didn't get attentionunreproducibleThis issue cannot be reproduced on master

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions