Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn add does nothing with node>=13.10.0 #1041

Closed
jeffrson opened this issue Mar 6, 2020 · 1 comment
Closed

yarn add does nothing with node>=13.10.0 #1041

jeffrson opened this issue Mar 6, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jeffrson
Copy link

jeffrson commented Mar 6, 2020

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

@jeffrson jeffrson added the bug Something isn't working label Mar 6, 2020
@arcanis
Copy link
Member

arcanis commented Mar 6, 2020

Node 13.10 shipped with a regression that kills got: sindresorhus/got#1107

I believe it should be fixed in the next Node release: nodejs/node#32105 / nodejs/node#32110

@arcanis arcanis closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants