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

TypeScript dependency issues #11

Open
matthhong opened this issue Apr 20, 2023 · 0 comments
Open

TypeScript dependency issues #11

matthhong opened this issue Apr 20, 2023 · 0 comments

Comments

@matthhong
Copy link

matthhong commented Apr 20, 2023

Current package.json installs typescript version ~4.1.3.

yarn actually fails using typescript<4.2 with error TS1005: ',' expected., etc.

It fails using typescript>4.8 with Error: Debug Failure. Unhandled SyntaxKind: ImportClause. which is a bug specific to svelte-loader.

Either webpack^5.0.0 (currently 5.80) or jupyterlab/builder^3.0.0 (currently 3.6.3) is not compatible with typescript<4.2. Recommend using typescript@4.8.

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

No branches or pull requests

1 participant