https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38164
--- Comment #27 from David Cook <[email protected]> --- (In reply to Jonathan Druart from comment #20) > IMO we are only postponing the problem to the next time we will need yarn. > > It would be better to try with alternative approaches. But I do understand > that we want to provide a quick solution now, however I also know that we > won't deal with the yarn issue as we are lacking manpower and so will hit > this one again. We shouldn't need "yarn" with a deployed/installed Koha. In the case of bug 37303, "yarn run po2json" wouldn't work anyway, even if "yarn" were installed, since po2json isn't installed in the deployed/installed Koha environment. Plus "yarn run po2json" is just running the "bin/po2json" file which is just being executed using node, which is also not available with a deployed/installed Koha. So at the end of the day what we're really trying to do is run "node <path_to_po2json_proj>/bin/po2json". When we're developing, we need to be thinking more about the deployment environment and not just the development environment. -- 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/
