https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41587 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- 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 lru.min@1.1.3: The engine "bun" appears to be invalid. warning lru.min@1.1.3: 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.