Encountering an unexpected error in my console while working on Nuxtjs version 2.15.7:
https://i.sstatic.net/pvjv9.png
https://i.sstatic.net/A3nrF.png
Upon investigation, it seems to be related to the @nuxt/pwa
module, even though I don't have it in my project!
Sharing my package.json below:
{
"name": "my-app",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:host": "nuxt --hostname 0.0.0.0 --port 8000",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
... (omitted for brevity)
Seeking assistance from the community!
UPDATE
The error only occurs in development mode.
Even after clearing Cache Storage and restarting Nuxt, the error persists and a cache for workbox is recreated: