Hi everyone !
Can you please add https://pnpm.js.org/en/ to the package manager choice ?
NPM and Yarn are great but PNPM too 馃槃
PS : Use pnpx create-nuxt-app <myapp> already work 馃憤
But packages are installed with NPM. We need to delete :
package-lock.json/node_modulesAnd do pnpm i.
When the packages are installed with PNPM, it is impossible to launch the application because the deepdependencies are not correctly installed, it is necessary to use the flag --shamefully-hoist but suddenly the node_modules folder is identical to the one of NPM or Yarn and so we lose the usefulness of PNPM 馃槥
I think current Nuxt.js doesn't support full functionalities of pnpm.
@pi0 Any idea about pnpm support ?
I think current Nuxt.js doesn't support full functionalities of pnpm.
@pi0 Any idea about pnpm support ?
Yeah Nuxt doesn't support PNPM actually because it's necessary to use --shamefully-hoist flag so that all dependencies of Nuxt are installed correctly
I agree. We plan to fix that hoist flag problem because we decided to stick with vue/webpack deps. But please wait until we change the core changes. So add option when we really support PNPM (again)
Most helpful comment
I agree. We plan to fix that hoist flag problem because we decided to stick with vue/webpack deps. But please wait until we change the core changes. So add option when we really support PNPM (again)