8000 [engineering] remove npm config for legacy-peer-deps by tmm1 · Pull Request #252070 · microsoft/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[engineering] remove npm config for legacy-peer-deps #252070

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tmm1
Copy link
Contributor
@tmm1 tmm1 commented Jun 22, 2025

cc @deepak1556

(did not include package-lock.json updates)

"typescript": "$typescript"
},
"tsec": {
"typescript": "^5.9.0-dev.20250613"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, with the current package-lock.json in place using $typescript here results in:

Unable to resolve reference $typescript

However if you run npm i once with this config and update the lockfile, this can be switched to the same pattern moving forward.

Suggested change
"typescript": "^5.9.0-dev.20250613"
"typescript": "$typescript"

@deepak1556 deepak1556 added this to the July 2025 milestone Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0