我在Nuxtjs2.15.7上,最近在我的控制台中得到了这个错误


我搜索的时候,只到了@nuxt/pwa 问题。但是我的项目中没有pwa模块!!
这是我的package.json
{
"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"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/gtm": "^2.4.0",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"swiper": "^5.4.5",
"v-viewer": "^1.5.1",
"vee-validate": "^3.3.7",
"vue-awesome-swiper": "^4.1.1",
"vue-cropperjs": "^4.1.0",
"vue-easy-dnd": "^1.12.2",
"vue-persian-datetime-picker": "^2.2.0",
"vue-product-zoomer": "^3.0.1",
"vue-sweetalert2": "^4.2.1",
"vue2-editor": "^2.10.2",
"vuedraggable": "^2.24.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@mdi/font": "^5.9.55",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/vuetify": "1.12.1",
"flipclock": "^0.10.8",
"font-awesome": "^4.7.0",
"glob": "^7.1.7",
"noty": "^3.2.0-beta",
"nuxt-gsap-module": "^1.2.1",
"sass": "1.32.13"
}
}有人能帮忙吗?
更新
我只在dev模式下得到错误。
我清除了Cache存储并重新运行nuxt,仍然得到了错误,并且再次创建了工作盒的缓存:

发布于 2021-09-12 10:46:51
在你的devtools中注销SW。
因为它与一个域名联系在一起,所以应该是这个域名。这个按钮就在你的第一个屏幕截图上( devtools一号)。
https://stackoverflow.com/questions/69149171
复制相似问题