jupyterlab / extension-examples

JupyterLab Extensions by Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`codemirror-extension` example fails to build

firai opened this issue · comments

Description

Running jlpm run build locally in the codemirror-extension example locally results in an error with the following message:

src/index.ts:46:25 - error TS18046: 'step' is of type 'unknown'.

46       if (line.number % step === 0) {
                           ~~~~


Found 1 error in src/index.ts:46

Context

JL 4 typical extension conda/mamba/micromamba setup, i.e., same setup as binder/environment.yml in the extension template.

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉