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 4.4.2 not working with yarn sdk in vscode #3372

Closed
1 task
Yoinky3000 opened this issue Sep 1, 2021 · 2 comments
Closed
1 task

[Bug?]: typescript 4.4.2 not working with yarn sdk in vscode #3372

Yoinky3000 opened this issue Sep 1, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Yoinky3000
Copy link

Yoinky3000 commented Sep 1, 2021

Self-service

  • I'd be willing to implement a fix

Describe the bug

When I upgrade typescript version of my project to 4.4.2, vscode cant detect any dependencies installed / everything in @types/node (such as process), but when I degrade to 4.3.x, it works again

To reproduce

in description

Environment

System:
    OS: Windows 10 10.0.19041
    CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Binaries:
    Node: 16.8.0 - C:\Users\ADMINI~1\AppData\Local\Temp\xfs-8b0d29d3\node.CMD
    Yarn: 3.0.1 - C:\Users\ADMINI~1\AppData\Local\Temp\xfs-8b0d29d3\yarn.CMD
    npm: 7.21.0 - C:\Program Files\nodejs\npm.CMD

Additional context

No response

@Yoinky3000 Yoinky3000 added the bug Something isn't working label Sep 1, 2021
@merceyz
Copy link
Member

merceyz commented Sep 1, 2021

Duplicate of #3350

@merceyz merceyz marked this as a duplicate of #3350 Sep 1, 2021
@merceyz merceyz closed this as completed Sep 1, 2021
@merceyz
Copy link
Member

merceyz commented Sep 1, 2021

The fix is to run the following command

yarn set version canary && yarn

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