Hi! I'm having some issues while executing docker-compose up -d
=> ERROR [web build 4/5] RUN yarn -s 113.2s
[web build 4/5] RUN yarn -s:
1.913 warning Pattern ["redux-thunk@latest"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v6/npm-redux-thunk-2.3.0-51c2c19a185ed5187aaa9a2d08b666d0d6467622-integrity/node_modules/redux-thunk" as pattern ["redux-thunk@^2.3.0"]. This could result in non-deterministic behavior, skipping.
79.41 warning " > bootstrap@4.5.3" has unmet peer dependency "jquery@1.9.1 - 3".
79.41 warning " > bootstrap@4.5.3" has unmet peer dependency "popper.js@^1.16.1".
79.42 warning " > react-idle-timer@4.5.0" has unmet peer dependency "prop-types@>=15".
79.42 warning " > @testing-library/user-event@7.2.1" has unmet peer dependency "@testing-library/dom@>=5".
failed to solve: process "/bin/sh -c yarn -s" did not complete successfully: exit code: 1
Hi! I'm having some issues while executing docker-compose up -d
=> ERROR [web build 4/5] RUN yarn -s 113.2s
Any idea why?
Cheers