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
Building the extension for JupyterLab 4.3.4 results for me in the error message
INFO:hatch_jupyter_builder.utils:> <..>/JupyterLab/4.3.4-GCCcore-13.3.0/bin/jlpm run build:prod
node_modules/@jupyterlab/coreutils/lib/time.d.ts(5,28): error TS2724: 'Intl' has no exported member named 'ResolvedRelativeTimeFormatOptions'. Did you mean 'ResolvedDateTimeFormatOptions'?
jhgoebbert
changed the title
jupyterlab/coreutils => 'Intl' has no exported member named 'ResolvedRelativeTimeFormatOptions'
update yarn.lock required: jupyterlab/coreutils => no exported member 'ResolvedRelativeTimeFormatOptions'
Jan 10, 2025
Building the extension for JupyterLab 4.3.4 results for me in the error message
with jupyterlab/coreutils/lib/time.d.ts == https://github.com/jupyterlab/jupyterlab/blob/main/packages/coreutils/src/time.ts#L20
This might be related to this commit from July 2024 which introduced ES2020 while it was ES2018 before:
https://github.com/jupyterlab/jupyterlab/pull/16288/files
The text was updated successfully, but these errors were encountered: