-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Description
🔎 Search Terms
According to the typescript blog: https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/
it states
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9!
To get started using the Release Candidate, you can get it through npm with the following command:
Copy
npm install -D typescript@rc
But on NPM it shows under the latest tag: https://www.npmjs.com/package/typescript?activeTab=versions

If I am misunderstanding, feel free to close this issue :)
🕗 Version & Regression Information
- This changed between versions ______ and _______
- This changed in commit or PR _______
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
- I was unable to test this on prior versions because _______
⏯ Playground Link
No response
💻 Code
// Your code here
🙁 Actual behavior
npm i tyepscript@latest
will install 5.9 even though it is not release as stable yet.
🙂 Expected behavior
I expected release 5.9 to be under the npm rc tag and not latest, since 5.9 is still a release candidate I believe.
Additional information about the issue
No response
Metadata
Metadata
Assignees
Labels
No labels