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

PWA issues when running fresh #102

Open
5 tasks done
Borderliner opened this issue Sep 22, 2023 · 0 comments
Open
5 tasks done

PWA issues when running fresh #102

Borderliner opened this issue Sep 22, 2023 · 0 comments

Comments

@Borderliner
Copy link

Borderliner commented Sep 22, 2023

Describe the bug

I get these errors when running a fresh project in PWA mode inside my developer console:

[nuxt] Could not resolve id virtual:pwa-info C:\Users\USER\Lab\Projects\my-nuxt3-app2\index.html

and

WARN  warnings
  One of the glob patterns doesn't match any files. Please remove or fix the following: {
  "globDirectory": "C:/Users/reza/Lab/Projects/my-nuxt3-app2/.nuxt/dev-sw-dist",
  "globPattern": "**/*.{js,css,html,txt,png,ico,svg}",
  "globIgnores": [
    "**/node_modules/**/*",
    "sw.js",
    "workbox-*.js"
  ]
}

Reproduction

pnpm i && pnpm run dev:pwa

System Info

Node 18, Windows 11, latest Vitesse Nuxt3

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant