kevinmarrec / nuxt-pwa-module

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

Error when installing 0.4.1 #23

Closed nathanchase closed 2 years ago

nathanchase commented 2 years ago

I get an error installing 0.4.1 via pnpm:

❯ pnpm install --shamefully-hoist
Packages: +18 -15
++++++++++++++++++---------------
Progress: resolved 1721, reused 1198, downloaded 0, added 0, done
node_modules/.pnpm/@kevinmarrec+nuxt-pwa@0.4.1/node_modules/@kevinmarrec/nuxt-pwa: Running postinstall script...
 ELIFECYCLE  Command failed.

0.3.1 installs and works fine.

kevinmarrec commented 2 years ago

@nathanchase Indeed I think I know why, working on a fix.

kevinmarrec commented 2 years ago

Should be fixed on v0.4.2 !

nathanchase commented 2 years ago

Indeed it is. Thank you!