https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37303
--- Comment #28 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Having looked at the change... It feels like adding `yarnpkg` to the dependencies should be enough. That said: * `yarn run po2json` is going to fetch the library from the internet in runtime, right? * The problem with node libraries is not the *Yarn* version but *Node.js* itself. Some libraries will not work on some versions of Node. That's why we make sure every KTD image has the exact version we are expecting from *Node.js*. In some cases we are pinning the version because the OS provides a newer than desired one. For Yarn we are pulling the latest available all the time and should not be problematic. We really need to try on the supported OSes. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
