https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38031 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #6)
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 don't need to install actually, but yes, it's is what it fixed. Without this patch `yarn run po2json` results in "command not found". -- You are receiving this mail because: You are watching all bug changes.