-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Example progressive-web-app does not compile #22798
Comments
Duplicate of #21679 This has been fixed in |
@timneutkens
|
Same issue in next
UPD: I was able to fix this via |
@kachkaev thank you very much. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What example does this report relate to?
progressive-web-app
What version of Next.js are you using?
Next.js v10.0.7
What version of Node.js are you using?
v14.15.5
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
npm run dev
Describe the Bug
Application fails to build and instead produces this error:
Expected Behavior
Application builds without errors
To Reproduce
npx create-next-app --example progressive-web-app pwa
cd pwa
npm run dev
The text was updated successfully, but these errors were encountered: