kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
339 stars 32 forks source link

Doesn't work in nuxt@3.0.0-rc.14. #65

Closed RifatMahmudno-1 closed 1 year ago

RifatMahmudno-1 commented 1 year ago

Nuxi 3.0.0-rc.14 21:42:31
Nuxt 3.0.0-rc.14 with Nitro 1.0.0 21:42:31
21:42:33

Local: http://localhost:3000/ Network: http://192.168.0.100:3000/

ERROR Cannot start nuxt: Cannot set properties of undefined (setting 'pwaManifest')

at manifest (/G:/Rifat/node_modules/@kevinmarrec/nuxt-pwa/dist/module.mjs:160:49)
at setup (/G:/Rifat/node_modules/@kevinmarrec/nuxt-pwa/dist/module.mjs:379:13)
at async normalizedModule (/G:/Rifat/node_modules/@nuxt/kit/dist/index.mjs:167:5)
at async installModule (/G:/Rifat/node_modules/@nuxt/kit/dist/index.mjs:416:3)
at async initNuxt (/G:/Rifat/node_modules/nuxt/dist/index.mjs:1827:7) at async load (/G:/Rifat/node_modules/nuxi/dist/chunks/dev.mjs:6779:9) at async Object.invoke (/G:/Rifat/node_modules/nuxi/dist/chunks/dev.mjs:6840:5)
at async _main (/G:/Rifat/node_modules/nuxi/dist/cli.mjs:50:20)

HigherOrderLogic commented 1 year ago

See https://github.com/kevinmarrec/nuxt-pwa-module/issues/64. Upgrade to 3.0.0 stable works just fine.

kevinmarrec commented 1 year ago

Duplicate of #64