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

Cannot find module 'workbox-build/build/options/schema/webpack-generate-sw' #4706

Closed
priteshkadiwala opened this issue Aug 7, 2021 · 5 comments · Fixed by #4709
Closed
Labels

Comments

@priteshkadiwala
Copy link

priteshkadiwala commented Aug 7, 2021

Describe the bug

When I try to run bit start after the installation, it gives me this bug.

Steps to Reproduce

  1. Just run bit start after completing the installation process

Expected Behavior

Suppose to open localhost after a successful run command

Screenshots, exceptions and logs

If applicable, add screenshots, exceptions, and logs to help explain your problem.

Specifications

  • Bit version: 0.0.478
  • Workspace type: harmony
  • Node version: v14.15.4
  • npm / yarn version: 7.5.2
  • Platform: MacOS

for harmony workspace

  • relevant env
  • relevant aspects

for leagacy

  • Bit compiler (include version):
  • Bit tester (include version):

Additional context

Add any other context about the problem here.

@yiearth
Copy link

yiearth commented Aug 7, 2021

@KutnerUri
Copy link
Contributor

I looks like a secondary dependency got a breaking - workbox-webpack-plugin ver 6.1.5 relying on workbox-build ver ^6.1.5. I'm investigating.

@KutnerUri
Copy link
Contributor

KutnerUri commented Aug 8, 2021

yup. GoogleChrome/workbox#2904. They should have used bit :(
I'm removing version 478 from .bvm, and I'm going to try and update workbox-webpack-plugin and see if it fixes it

@KutnerUri
Copy link
Contributor

merged, I will verify when the new version comes out.

@KutnerUri
Copy link
Contributor

verified v0.0.479 working ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants