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
If I remove the external commonjs crypto, the error comes from here
ERROR in node:crypto
Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not
handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to
Package: jupyterlab
Followup-For: Bug #1102558
> Type 'undefined' is not assignable to type '(err: Error, stackTraces:
> CallSite[]) => any'.
this was a different bug in node-webpack/nodejs 20.19.2, and the fix is
uploaded - it's unrelated to this bug.
Jérémy
-- System Information:
Debian Rel
It's been two months now. At this rate it will not make it to Trixie.
Any way to help the maintainers?
Best,
Lorenzo
While trying to rebuild the package I get this error message.
../../../../usr/share/nodejs/webpack/types.d.ts(15462,15): error TS2417: Class
static side 'typeof WebpackError' incorrectly extends base class static side '{
readonly prototype: Error; captureStackTrace(targetObject: object,
constru
On Fri, 11 Apr 2025 10:16:33 +0200 Lorenzo Bertini
wrote:
> is this what causes the page at localhost:port/lab to be blank? so I don't
> open another report...
I confirm that it's the cause of a blank jupyterlab page on Debian, yes.
> Does anyone know of a quick fix? I rely on this package.
Thi
Hi,
is this what causes the page at localhost:port/lab to be blank? so I don't
open another report...
Does anyone know of a quick fix? I rely on this package.
Cheers,
Lorenzo
Package: jupyterlab
Version: 4.0.11+ds1+~cs11.25.27-6
Severity: important
Hi,
ReferenceError: require is not defined
at 38749 (external commonjs "crypto":1:1)
when opening http://localhost:/lab
I guess the bundle hasn't been made with the right target (iife ?)
-- System Information:
De
8 matches
Mail list logo