Closed cexbrayat closed 1 year ago
Thank you for your reporting! This issue and related issues are working on right now.
I believe those are fixed, when that will be finished.
It seems to mostly work without installing all the deps, for some reason is-https
still needs to be installed explicitely. 🤔
Changed your reproduction to demontrate here
This should work now on the latest edge channel!
Describe the feature
Nuxt itself now supports pnpm without forcing the usage of
--shamefully-hoist
, see https://github.com/nuxt/nuxt/issues/14146But when adding
@nuxtjs/i18n@next
with:then a minimal application does not build because of missing dependencies.
We currently have to at least add:
to make a minimal application build.
See this minimal repro on stackblitz https://stackblitz.com/edit/nuxt-starter-m6l8tv?file=nuxt.config.ts,package.json
It would be great if this module supporte pnpm out the box, without needing to add all these dependencies explicitely.
Additional information
Final checks