Closed abaror closed 1 year ago
Hm, yes that should work.
I imagine there might be an issue where yarn tried to pull in two versions of the dataregistry plugin... I have run into this before.
You could try to debug this by go into the app dir and poking around in the node_modules. Let me know if need pointers on how to do that.
Basically I believe what is happening here is that this token is maybe being provided, but it's using two versions of the package, so that when the other extension tries to import the token and require it, it gets a different version of the same token.
I have dealt with this before by unlinking all packages and then trying to relink them all together instead of separately
Yes, I would love to get your help, or perhaps a script that works. I tried Jupyter lab clean and follow the steps again. I also tried on clean ec2 image machine and getting the same result. I was able to install the production package.
I am not a UI developer, more of a backend software engineer and I am interested in developing extension that will enable the AWS Glue catalog and datasets on S3. I am assuming that I can install this extension and then develop something like jupyterlab_hdf for AWS Glue.
Thank you!
I just merged in a fix that should help here! Could you try to pull again and run jlpm run clean && jlpm run build && jupyter lab build && jupyter lab
?
Description
I followed the developer installation guide .. All the build went smooth.
When I open Jupyter Lab, I see this in the javascript console:
The versions I am using :
Can you please let me know what to look for next? Is this version compatible with the above versions?