We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
yarn2 add <package> does not appear to do anything when run from nodejs 13.10.0/13.10.1
yarn2 add <package>
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):
Additional context
13.9.0 does not have this issue
The text was updated successfully, but these errors were encountered:
Node 13.10 shipped with a regression that kills got: sindresorhus/got#1107
got
I believe it should be fixed in the next Node release: nodejs/node#32105 / nodejs/node#32110
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: