yarn install v1.22.22 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/4] Resolving packages... success Already up-to-date. Done in 0.96s. yarn run v1.22.22 $ yarn css:build && yarn js:build && yarn api:bundle $ gulp css && gulp css --view opac [10:25:15] Using gulpfile /kohadevbox/koha/gulpfile.js [10:25:15] Starting 'css'... [10:25:15] Finished 'css' after 13 ms [10:25:30] Using gulpfile /kohadevbox/koha/gulpfile.js [10:25:30] Starting 'css'... [10:25:30] Finished 'css' after 15 ms $ rspack build --mode development Rspack compiled successfully in 2.48 s $ redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json ╔═══════════════════════════════════════════════════════╗ ║ ║ ║ A new version of Redocly CLI (1.34.1) is available. ║ ║ Update now: `npm i -g @redocly/cli@latest`. ║ ║ Changelog: https://redocly.com/docs/cli/changelog/ ║ ║ ║ ╚═══════════════════════════════════════════════════════╝ bundling api/v1/swagger/swagger.yaml... 📦 Created a bundle for api/v1/swagger/swagger.yaml at api/v1/swagger/swagger_bundle.json 499ms. Done in 34.17s.