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

Support TypeScript 5 #2206

Closed
PythonCoderAS opened this issue Mar 21, 2023 · 1 comment
Closed

Support TypeScript 5 #2206

PythonCoderAS opened this issue Mar 21, 2023 · 1 comment
Labels
duplicate This duplicates another issue enhancement Improved functionality

Comments

@PythonCoderAS
Copy link

Search Terms

Typescript 5 peer deps error

Problem

I cannot use this with TypeScript 5.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: bbcode-ast@1.1.0
npm ERR! Found: typescript@5.0.2
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"^5.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"4.6.x || 4.7.x || 4.8.x || 4.9.x" from typedoc@0.23.27
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"^0.23.10" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/runner/.npm/_logs/2023-03-19T01_41_21_570Z-eresolve-report.txt

Suggested Solution

Support TypeScript 5.

@PythonCoderAS PythonCoderAS added the enhancement Improved functionality label Mar 21, 2023
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Mar 21, 2023

#2201

@Gerrit0 Gerrit0 added the duplicate This duplicates another issue label Mar 21, 2023
@Gerrit0 Gerrit0 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This duplicates another issue enhancement Improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants