Advertisement
naala

"yarn install" html-webpack-plugin + @cypress/webpack-dev-server

Jul 27th, 2023 (edited)
129
0
53 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ...
  2. [3/5] 🚚 Fetching packages...
  3. warning Pattern ["html-webpack-plugin@^5.1.0"] is trying to unpack in the same destination "<redacted>/Library/Caches/Yarn/v6/npm-html-webpack-plugin-5-5.5.3-72270f4a78e222b5825b296e5e3e1328ad525a3e-integrity/node_modules/html-webpack-plugin-5" as pattern ["html-webpack-plugin-5@npm:html-webpack-plugin@^5"]. This could result in non-deterministic behavior, skipping.
  4. warning Pattern ["html-webpack-plugin@^5.5.3"] is trying to unpack in the same destination "<redacted>/Library/Caches/Yarn/v6/npm-html-webpack-plugin-5-5.5.3-72270f4a78e222b5825b296e5e3e1328ad525a3e-integrity/node_modules/html-webpack-plugin-5" as pattern ["html-webpack-plugin-5@npm:html-webpack-plugin@^5"]. This could result in non-deterministic behavior, skipping.
  5. [4/5] 🔗 Linking dependencies...
  6. warning " > sass-loader@13.3.2" has unmet peer dependency "webpack@^5.0.0".
  7. warning "@cypress/webpack-dev-server > html-webpack-plugin-4@4.5.2" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
  8. warning "@cypress/webpack-dev-server > html-webpack-plugin-5@5.5.3" has unmet peer dependency "webpack@^5.20.0".
  9. warning "@cypress/webpack-dev-server > speed-measure-webpack-plugin@1.4.2" has unmet peer dependency "webpack@^1 || ^2 || ^3 || ^4 || ^5".
  10. warning "@cypress/webpack-dev-server > webpack-dev-server > webpack-dev-middleware@5.3.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
  11. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement