https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38179
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Cook <[email protected]> --- I'm not 100% sold on adding NodeJS to the prod dependencies, but I'm not 100% opposed either. There are pros and cons both ways, and I have included NodeJS on other non-Koha projects, because I've needed functionality in a prod install that I couldn't get elsewhere. I've provided a bunch of info on Comment 27 and Comment 28 of Bug 38164, which I'll summarize here: 1. I don't think that we need "yarn" in production. 2. We would need NodeJS as a prod dependency, and version is likely to be an issue, especially between Debian and Ubuntu and even within different versions of those OSes. (As Tomas notes, I think we'd have to mandate a NodeJS package version and specify how to get it.) 3. We can include "po2json" in our package.json, install it on our dev/build Koha servers, and bundle it into 1 single "po2json-bundle" script for production deployments, so that we don't pollute the whole server for this 1 little feature. (NOTE: We're already used to bundling things for installs, so this should be easy for the Koha community.) -- You are receiving this mail because: You are the assignee for the bug. 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/
