-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that didn't get attentionIssues that didn't get attentionunreproducibleThis issue cannot be reproduced on masterThis issue cannot be reproduced on master
Description
- 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
Environment if relevant (please complete the following information):
- OS: OSX
- Node version 12.10.0
- Yarn version 2.0.0-rc.28
callumlocke
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that didn't get attentionIssues that didn't get attentionunreproducibleThis issue cannot be reproduced on masterThis issue cannot be reproduced on master
