[Debian-pan-maintainers] Bug#1102558: jupyterlab: runtime fails with ReferenceError: require is not defined
Jérémy Lal
kapouer at melix.org
Sat May 31 18:02:05 BST 2025
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...
More information about the Debian-pan-maintainers
mailing list