wger icon indicating copy to clipboard operation
wger copied to clipboard

[email protected]" has unmet peer dependency "@popperjs/core@^2.11.8"

Open bbkz opened this issue 1 year ago • 0 comments

Steps to Reproduce

When starting the latest docker container the following warning appears:

warning " > [email protected]" has unmet peer dependency "@popperjs/core@^2.11.8".

Logging into the container and force a reinstall, leads to the same warning.

~/src$ yarn install --force
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > [email protected]" has unmet peer dependency "@popperjs/core@^2.11.8".
[5/5] Rebuilding all packages...
success Saved lockfile.
Done in 8.09s.

In yarn.lock popper version 1.16.1 is defined. Maybe this needs to be upgraded.

bbkz avatar Dec 01 '23 10:12 bbkz