Il Lun 1 Feb 2021, 00:20 Aisha Tammy <[email protected]> ha scritto:
> On 1/31/21 8:49 AM, Alessandro Barbieri wrote: > > I'm trying to package nodejs software and I made an overlay for it here > > https://github.com/Alessandro-Barbieri/node-overlay < > https://github.com/Alessandro-Barbieri/node-overlay> > > Could you try it and send feedback? > > > I have to confess, I don't like nodejs a lot. > But don't node packages have a very strict version dependency? > Does this handle version conflicts? > > X needs >=A-1.2 and <=A-1.3 > Y needs >=A-1.5 > > How would this be solved here? Isn't it for this reason that > package installs are to a local folder for each application? > > I don't know if going to global installs is the best idea. > But I'm willing to be enlightened and proven wrong :) > > Best, > Aisha > This will sound crazy but I'm completely ignoring version requirements (even for major versions because I don't know how to slot without becoming mad). Some packages will require patching to work. I'll see how it goes this way, I have nothing to lose, at least I have tried >

