https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38426
--- Comment #30 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to Jonathan Druart from comment #28) > I *think* we should have adjusted yarn.lock when we upgraded. But it will > require extensive testing to make sure we haven't broken something. It was a chicken-egg issue. Now we have Node.js 20 in KTD, we can update the `yarn.lock` file and not break things for devs. Looking at the patch: if I don't apply it, and run: ```bash sudo yarn install --modules-folder /kohadevbox/node_modules ``` a `git diff` doesn't show any change. Does it make sense? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
