You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: