jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
439 stars 167 forks source link

Trying to run examples - warnings and errors in TL:DR first build process #237

Closed psychemedia closed 1 year ago

psychemedia commented 1 year ago

Trytin to ruyn examples, following the TL:DR. I found I had to do the following to make the errors go away and get a build of the toolbar-button demo to build:

npm install
npm install --save-dev jest ts-jest
pip install --upgrade hatchling

I assume there is also a prior requirement to that of getting a recent version on node installed.

fcollonval commented 1 year ago

Thanks @psychemedia

I open #238 to fix this - it removes types: ["jest"] in tsconfig.json.