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

workbox wizard hangs on Windows after the first step #1542

Closed
ConnorPoort opened this issue Jun 21, 2018 · 8 comments
Closed

workbox wizard hangs on Windows after the first step #1542

ConnorPoort opened this issue Jun 21, 2018 · 8 comments
Labels
Bug An issue with our existing, production codebase. workbox-cli

Comments

@ConnorPoort
Copy link

ConnorPoort commented Jun 21, 2018

I am setting up a PWA and trying to add a Service Worker using Work Box. When I type 'Workbox Wizard' in to the terminal, only the first question about the root file is being asked and then the terminal freezes and I can't type anything else. Please help!

Library Affected:
workbox-sw

Steps already taken

Uninstalled and reinstalled the workbx cli, uninstalled and reinstalled NodeJS entirely, restarted computer several times
screenshot_2

@jeffposnick jeffposnick added Bug An issue with our existing, production codebase. workbox-cli labels Jun 21, 2018
@jeffposnick jeffposnick changed the title PWA Workbox Wizard is stopping after the first step workbox wizard hangs on Windows after the first step Jun 21, 2018
@jeffposnick
Copy link
Contributor

jeffposnick commented Oct 11, 2018

Using workbox-cli@alpha on npm should pick up our 4.0.0 alpha releases now, which contain a fix.

Feel free to read the release notes and confirm that it's working for you now.

@ronnievsmith
Copy link

I encountered this running Node v8.1.0. Using nvm, I switched to Node v8.9.0 and issue was resolved.

		nvm install v8.9.0
		nvm alias default v8.9.0

@newschapmj1
Copy link

I have the same issue on Windows 10 [Version 10.0.18290.1000] & Node v10.13.0
workbox-cli v3.6.3

@jeffposnick
Copy link
Contributor

@newschapmj1 You should be able to work around this by opting-in to the current v4 beta, via

npm install -g workbox-cli@beta

@newschapmj1
Copy link

Thanks, I made progress using v4 beta

@jlchereau
Copy link

I have the same issue on Windows 10.0.17763 + Node v11.6.0 + workbox-cli v3.6.3
Using Bash on Unbuntu on Windows with nodeJS v8 works around it.

@furoTmark
Copy link

I also have the same issue on Windows 10.0.17763 + Node v10.15.0 + workbox-cli v3.6.3.
Opting-in and installing the current v4 beta made it work.

@philipwalton
Copy link
Member

I'm closing this issue, as it should be fixed in v4. If you're still seeing this issue while using any of the v4 beta versions, please let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An issue with our existing, production codebase. workbox-cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants