




















Ah, sorry, that makes sense. It's just that, since different node versions conflict with each other, it can be very annoying if some other package pins a different version, especially if it's not just a make dependency. But yeah, not asking you to override upstream pin without a good reason.
@hxka Both the package.json and build.yml files for this project use Node.js 22. Therefore, I think it would be appropriate to align with the upstream version to avoid potential issues. Do you have any other thoughts?
Why does thsi depend on nodejs-lts-jod? It appears to build fine with nodejs.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@hxka I understand what you mean; that certainly makes sense. Perhaps you could try building this software within a sandbox—something like
pkgctl build. That way, thenodejs-lts-jodwould be installed only within the sandbox and wouldn't conflict with thenodeinstallation on the host system.