Describe the bug
yarn2 add <package> does not appear to do anything when run from nodejs 13.10.0/13.10.1
To Reproduce
Have nodejs 13.10 active, then inside an empty folder
yarn set version berry
yarn init
yarn add -D typescript
=> nothing happens (no change to package.json, no output)
Environment if relevant (please complete the following information):
- OS: [e.g. OSX, Linux, Windows, ...] Windows 10
- Node version [e.g. 8.15.0, 10.15.1, ...] 13.10.0
- Yarn version [e.g. 2.0.0-rc1, ...] 2.0.0-rc29
Additional context
13.9.0 does not have this issue
Describe the bug
yarn2 add <package>does not appear to do anything when run from nodejs 13.10.0/13.10.1To Reproduce
Have nodejs 13.10 active, then inside an empty folder
yarn set version berry
yarn init
yarn add -D typescript
=> nothing happens (no change to package.json, no output)
Environment if relevant (please complete the following information):
Additional context
13.9.0 does not have this issue