Re: Help with nbdime packaging
On Thu, Jul 31, 2025 at 07:20:34AM +0200, Jonas Smedegaard wrote:
> [...]
> > The problem is most probably because the webpack resolver does not know how
> > to resolve the "node:" prefix.
> > I dealt with a similar issue in the last six months, but I can't remember
> > where :(
>
> Was it by any chance dojo, showing up in this crude search:
> [...]
Here's something interesting: the dist version of @rjsf/core on
npmjs.com (version 5.12.1) doesn't have this node:crypto line. So it
must be caused by different versions of packages that Debian has/had
available when node-rjsf was built compared to those on npmjs.com.
Since NodeJS often packs sources together into the resulting
dist/index.js (or similar), we should probably make much more use of
Built-Using in the NodeJS packages, so that the builds are
reproducible, at least at each Debian release time. Further down the
line, it would be good if every time a NodeJS or similar package is
updated, all of its reverse dependencies are also automatically
rebuilt.
Best wishes,
Julian
Reply to: