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

[Bug] typescript 2 patching breaks install #857

Closed
1 task
TrySound opened this issue Jan 31, 2020 · 1 comment · Fixed by #871
Closed
1 task

[Bug] typescript 2 patching breaks install #857

TrySound opened this issue Jan 31, 2020 · 1 comment · Fixed by #871
Labels
bug Something isn't working

Comments

@TrySound
Copy link

  • I'd be willing to implement a fix

Describe the bug

I have typescript 2 somewhere deep in my dependencies which is not used but added there accidentally. And it's the only thing which breaks yarn install.

To Reproduce

Install [email protected]

Screenshots

image

Environment if relevant (please complete the following information):

  • OS: OSX
  • Node version 12.10.0
  • Yarn version 2.0.0-rc28
@TrySound TrySound added the bug Something isn't working label Jan 31, 2020
@spech66
Copy link

spech66 commented Jan 31, 2020

As a temporary workaround you can set your typescript dependencies to 3 for alle packages via package.json

  "resolutions": {
    "typescript": "^3.0.0"
  },

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

Successfully merging a pull request may close this issue.

2 participants