Duplicate of https://github.com/jupyterlab/jupyterlab/issues/6436
Not sure if I’m being stupid, but I updated my local configuration of Jupyter lab to the newest 1.0 alpha version and now it’s no longer able to build. I’ve tried creating a new empty lab environment without my extensions to ensure it wasn’t my code, but nothing changed.
Seems like the build process is getting hung up in the documentsearch-extension
due to a messed up alias to the mainmenu
package. Here’s a gist with the full log.
I checked the tsconfigs
and tdoptions
for the respective packages/extensions, but they look to be correct to me.
I used pipenv install -e git+git://github.com/jupyterlab/jupyterlab.git#egg=jupyterlab
to install jupyter lab. I had to add the editable flag because the installation process would break otherwise.
Any help would be much appreciated. Cheers!