Closed arnaudambro closed 1 month ago
I actually also opened an issue there -> https://github.com/vite-pwa/vite-plugin-pwa/issues/755
Why are you installing dependencies with npm
? This is a pnpm monorepo
, all pwa depedencies using workspace: protocol.
Read the contributing guide.
Your error is about missing PWA dependencies, there is no Vite plugin resolving the corresponding virtual module.
It doesn't yell anymore but I'm not sure why
maybe because I installed vite-plugin-pwa
? is it a requirement ?
anyway, closing because I think you were right about dependencies
The code for repro is in this PR: https://github.com/vite-pwa/remix/pull/13
when running
npm i && npm run dev
withinexamples/pwa-simple-pw
I get this error