Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: next-pwa@npm:5.6.0 [19fba] doesn't provide @babel/core (p7b8fe), requested by babel-loader #488

Open
nomaanulhasan opened this issue Jul 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nomaanulhasan
Copy link

Summary

I am not sure but I think there are some missing dependencies in this package. I am trying update outdated packages using yarn but in terminal I am getting some warnings:

> yarn

➤ YN0000: ┌ Resolution step
➤ YN0002: │ next-pwa@npm:5.6.0 [19fba] doesn't provide @babel/core (p7b8fe), requested by babel-loader
➤ YN0002: │ next-pwa@npm:5.6.0 [19fba] doesn't provide webpack (pa9e1f), requested by babel-loader
➤ YN0002: │ next-pwa@npm:5.6.0 [19fba] doesn't provide webpack (pd1d15), requested by clean-webpack-plugin
➤ YN0002: │ next-pwa@npm:5.6.0 [19fba] doesn't provide webpack (p83077), requested by terser-webpack-plugin
➤ YN0002: │ next-pwa@npm:5.6.0 [19fba] doesn't provide webpack (pf6a15), requested by workbox-webpack-plugin
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 202ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 239ms
➤ YN0000: Done with warnings in 0s 673ms

Versions

  • next-pwa: 5.6.0
  • next: 13.1.1

How To Reproduce

Steps to reproduce the behavior:

just type yarn in terminal and hit enter

Expected Behaviors

It should update the outdated packages and just return the message that so so packages upgraded to latest version without any error/warning.

Screenshots

image

@nomaanulhasan nomaanulhasan added the bug Something isn't working label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant