Closed liffiton closed 6 years ago
Similarly having an issue installing with
jupyter labextension install @jupyterlab/hub-extension
npm pack @jupyterlab/hub-extension
and getting the same error:
ValueError: "@jupyterlab/hub-extension" is not a valid extension:
Missing extension module "lib/index.js"
Same issue here.
0.9.0 still works using:
jupyter labextension install @jupyterlab/hub-extension@0.9.0
Thanks @dfsnow, I was wondering how to version lock
Or if you want to specify the extension in a way that will bring in future updates but skip 0.9.1 (e.g., I have an ansible playbook to setup my jupyterhub instance that I will reuse), specify:
@jupyterlab/hub-extension@<0.9.1||>0.9.1
ping!
My automated build just failed because of this. Thanks for the workaround @liffiton - I'll add that to my Dockerfile...
Hi all, thanks for flagging this! There was indeed an error in the publishing of v0.9.1. I just published an v0.9.2 to fix it, let me know if that works for you.
Works for me. Thanks!
The just-uploaded v0.9.1 fails to install: