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

--- Comment #3 from Jonathan Druart <[email protected]> ---
I have found
https://github.com/yarnpkg/yarn/issues/7568
That points to
https://stackoverflow.com/questions/41789887/dont-understand-yarn-check-warning

Which suggests to remove yarn.lock and try again.
It works (ie. yarn check does not show the "dedupe" warnings) but the yarn
install show other warnings:

root@kohadevbox:koha$ yarn install --modules-folder /kohadevbox/node_modules
yarn install v1.22.22
info No lockfile found.
[1/4] Resolving packages...
warning @redocly/cli > [email protected]: Glob versions prior to v9 are no longer
supported
warning @redocly/cli > glob > [email protected]: This module is not supported, and
leaks memory. Do not use it. Check out lru-cache if you want a good and tested
way to coalesce async requests by a key value, which is much more comprehensive
and powerful.
warning cypress > @cypress/request > [email protected]: when using stringify with
arrayFormat comma, `[]` is appended on single-item arrays. Upgrade to v6.11.0
or downgrade to v6.10.4 to fix.
warning gulp > glob-watcher > chokidar > [email protected]: Upgrade to fsevents
v2 to mitigate potential security issues
warning gulp > vinyl-fs > glob-stream > [email protected]: Glob versions prior to v9
are no longer supported
warning gulp > glob-watcher > chokidar > braces > snapdragon >
[email protected]: See
https://github.com/lydell/source-map-resolve#deprecated
warning gulp > vinyl-fs > glob-stream > unique-stream > [email protected]:
this package has been deprecated for breaking semver major
warning gulp > glob-watcher > chokidar > braces > snapdragon >
source-map-resolve > [email protected]:
https://github.com/lydell/resolve-url#deprecated
warning gulp > glob-watcher > chokidar > braces > snapdragon >
source-map-resolve > [email protected]: See
https://github.com/lydell/source-map-url#deprecated
warning gulp > glob-watcher > chokidar > braces > snapdragon >
source-map-resolve > [email protected]: Please see
https://github.com/lydell/urix#deprecated
warning gulp-autoprefixer > autoprefixer > [email protected]: Browserslist 2
could fail on reading Browserslist >3.0 config used in other tools.
warning gulp-exec > [email protected]: This package is deprecated. Use
https://socket.dev/npm/package/eta instead.
warning gulp-sourcemaps > css > [email protected]: See
https://github.com/lydell/source-map-resolve#deprecated
warning gulp-sourcemaps > css > [email protected]: Please see
https://github.com/lydell/urix#deprecated
warning @koha-community/prettier-plugin-template-toolkit > [email protected]: Glob
versions prior to v9 are no longer supported
warning @koha-community/prettier-plugin-template-toolkit > [email protected]: This
module is not supported, and leaks memory. Do not use it. Check out lru-cache
if you want a good and tested way to coalesce async requests by a key value,
which is much more comprehensive and powerful.
warning @koha-community/prettier-plugin-template-toolkit > jest-config >
[email protected]: Glob versions prior to v9 are no longer supported
warning @koha-community/prettier-plugin-template-toolkit > jest-runtime >
[email protected]: Glob versions prior to v9 are no longer supported
warning @koha-community/prettier-plugin-template-toolkit > test-exclude >
[email protected]: Glob versions prior to v9 are no longer supported
warning @koha-community/prettier-plugin-template-toolkit > jest-cli >
@jest/core > @jest/reporters > [email protected]: Glob versions prior to v9 are no
longer supported
warning browserify > [email protected]: Glob versions prior to v9 are no longer
supported
warning clean-webpack-plugin > del > [email protected]: Rimraf versions prior to v4
are no longer supported
warning clean-webpack-plugin > del > rimraf > [email protected]: Glob versions prior
to v9 are no longer supported
warning clean-webpack-plugin > del > globby > [email protected]: Glob versions prior
to v9 are no longer supported
warning stylelint > file-entry-cache > flat-cache > [email protected]: Rimraf
versions prior to v4 are no longer supported
warning stylelint > file-entry-cache > flat-cache > rimraf > [email protected]: Glob
versions prior to v9 are no longer supported
warning swagger-cli > @apidevtools/[email protected]: This package has been
abandoned. Please switch to using the actively maintained @redocly/cli
warning webpack-dev-server > [email protected]: Rimraf versions prior to v4 are no
longer supported
warning webpack-dev-server > webpack-dev-middleware > [email protected]: this will be
v4
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@redocly/cli > @redocly/respect-core > [email protected]" has
unmet peer dependency "[email protected] - 8".
warning " > [email protected]" has unmet peer dependency
"datatables.net@^1.13.1".
warning " > [email protected]" has unmet peer dependency
"jquery@^3.6.0".
warning "swagger-cli > @apidevtools/swagger-cli >
@apidevtools/[email protected]" has unmet peer dependency
"openapi-types@>=7".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 60.82s.

I don't think this is caused by bug 38664.

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