Package: jupyterlab
Followup-For: Bug #1102558

I got some progress:

- our webpack doesn't know how to resolve "node:crypto",
to quickly go further I changed /usr/share/nodejs/@rjsf/core/lib/index.js
to use require("crypto") instead: now the bundle runtime no longer dies on 
missing crypto.

- now the bundle has another, similar, bug, but with "ws":
Uncaught (in promise) ReferenceError: require is not defined
    at 38749 (external var "ws":1:1)

Investigating...

Reply via email to