https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41587
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Jonathan Druart <[email protected]> --- 1 sudo rm -rf /kohadevbox/koha/node_modules /kohadevbox/node_modules/ 2 sudo yarn install --modules-folder /kohadevbox/node_modules 3 prove xt/verify-yarnlock.t xt/verify-yarnlock.t .. warning [email protected]: The engine "bun" appears to be invalid. warning [email protected]: The engine "deno" appears to be invalid. error Lockfile does not contain pattern: "js-yaml@^3.13.1" error Found 1 errors. xt/verify-yarnlock.t .. 1/2 # Failed test 'verify yarn.lock file is updated correctly' # at xt/verify-yarnlock.t line 46. # got: '256' # expected: '0' # Looks like you failed 1 test of 2. Is this because of the 2 occurrences? % grep js-yaml package.json "js-yaml": "^3.13.1", "js-yaml": "^4.1.1", -- 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/
