https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38503

--- Comment #10 from Paul Derscheid <[email protected]> ---
Sorry, forgot to edit the commit message the first time.

So for compatibility with node v22, I just upgraded @vue/cli-service to its
latest version.

To reproduce:
1) Make sure you are on node v22
2) Apply the patch interactively without the updated lockfile
3) Run `yarn install`
4) Observe error:
kohadev-koha@kohadevbox:koha(bug_38503)$ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this
module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 ||
17 || 18". Got "22.11.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this
command.
5) Apply the last patch as well
6) Observe success
kohadev-koha@kohadevbox:koha(bug_38503)$ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@redocly/cli > redoc > @cfaester/[email protected]" has
unmet peer dependency "enzyme@^3.11.0".
warning " > [email protected]" has unmet peer dependency
"eslint@>=7.0.0".
warning " > [email protected]" has unmet peer dependency
"eslint@>=8.0.0".
warning " > [email protected]" has unmet peer dependency
"prettier@>=3.0.0".
warning "swagger-cli > @apidevtools/swagger-cli >
@apidevtools/[email protected]" has unmet peer dependency
"openapi-types@>=7".
[4/4] Building fresh packages...
Done in 303.71s.

-- 
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/

Reply via email to