jupyterlab / extension-examples

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

Invaild choice: "--use-feature=in-tree-build" when using the pip verison 23.0.1 #219

Closed Max-ChenFei closed 1 year ago

Max-ChenFei commented 1 year ago

Remove the choice of the command in --use-feature=in-tree-build in the package.json.

reference

In-tree builds are now the default. --use-feature=in-tree-build is now ignored.

fcollonval commented 1 year ago

Hey @Max-ChenFei would you mind providing more context on this issue. When are you seeing the error? What is your environment setup (OS, versions)?

Max-ChenFei commented 1 year ago

Hi, just follow the ReadMe to build all the examples.

jlpm
jlpm build-ext

Expected behavior

Remove the choice of the command in --use-feature=in-tree-build in the package.json.

Context