You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @maximveksler, the yo and the https://github.com/yeoman/generator-generator are command line tools. While they use npm to manage its dependencies, you are free to use another package manager of your choice in your monorepo setup.
Yup, Yeoman should "Just Work" ✨ with pnpm, etc. Related: #651
Similar to #651 (comment): in theory Yeoman works with whatever package manager & system you've got set up. Additionally, older installation commands in yeoman-generator have been deprecated in favor of more generalized equivalents: yeoman/generator#1283 & yeoman/generator#1294.
I'm going to go ahead and close this out as aged away. But if someone is having issues getting Yeoman / yo to work with pnpm or any of the other new fancy node_modules/ structures in Yarn/pnpm/etc., please do file a new issue with more details. Cheers! 🎩
Hi,
Documentation, generator-generator are all
npm
focused, especailly withnpm link
structure.What is the support scope for
pnpm
based monorepos ?The text was updated successfully, but these errors were encountered: