https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38031 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #6 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- The right way to install with yarn inside KTD is by running: ```shell sudo yarn install --modules-folder /kohadevbox/node_modules sudo chown -R kohadev-koha:kohadev-koha /kohadevbox/node_modules ``` After doing it, if I run the proposed command I get: ```shell kohadev-koha@kohadevbox:koha(qa_38031)$ yarn run po2json yarn run v1.22.22 $ po2json input argument is required Usage: po2json <input> <output> [options] ``` is that enough for QA? I don't have full context for this feature. -- You are receiving this mail because: You are watching all bug changes.