You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
]
}
Describe the bug
I get these errors when running a fresh project in PWA mode inside my developer console:
and
Reproduction
pnpm i && pnpm run dev:pwa
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: