corytheboyd@kbin.socialtoProgramming@beehaw.org•Do i really need 100 node modules to only get one to work?
13·
1 year agoPackages often have recursive dependencies. There are some conscious packages that go the extra mile to not have any dependencies, but it’s very rare in the JavaScript ecosystem. Welcome to hell. You can at least use dev dependencies to avoid downloading them in CI etc., but that’s about it.
deleted by creator