-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
allow usage with typescript 4.5 beta #1519
Comments
We actually run our test suite against typescript nightly builds. I'm guessing that the error you're seeing here is erroneously raised by a package manager. Here is a link to our package.json file: Do you see anything in there that would be causing the error that you are seeing? |
You're right, it seems to be related to npm: I've found npm/npm#8854: Version comparators exclude rc releases:
|
Ok, thanks for sharing your research. For what it's worth, we could possibly change our peerDependencies declaration if it would help you. But I always assume that npm v7 will "do the right thing" as far as auto-installing peerDependencies, so we would want to ensure we do not break that behavior. Based on reading sindresorhus/ow#225, it sounds like you're ok with waiting till typescript 4.5 is stable. |
Desired Behavior
It would be nice to use ts-node with typescript 4.5 beta
Is this request related to a problem?
Yes: When installing typescript 4.5 beta and ts-node, npm shows an error that ts-node doesn't support typescript 4.5 beta:
Alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: