Pete Gonzalez
Pete Gonzalez
It's next in the queue in our [roadmap](https://rushstack.io/pages/overview/roadmap/).
Today the important differences are not the package manager itself, but rather the underlying **installation model**. [The Lockfile Explorer docs](https://lfx.rushstack.io/pages/concepts/install_models/) summarize the reasons why NPM's installation model is not a...
Yes, we should probably close this ticket. NPM's installation model is not a good fit for large code bases, and the compatibility issues with PNPM are now fully solved, so...
Thanks for reporting this! Looks like it is a regression from the subspaces fix https://github.com/microsoft/rushstack/pull/4655
@EscapeB @william2958 FYI
@EscapeB has provided a fix in PR https://github.com/microsoft/rushstack/pull/4693 @william2958
🚀 fixed in Rush 5.124.2
> 1. Is there any pattern to share code in subspace pnpmfile.js across different subspaces? If so, is it point to the JS fashion `require('relative_path/shared_pnpmfile.cjs')`? @william2958 seemed to think this...
> Is it say that the file-level absent? Or it means that property level absent in subspace's pnpm-config.json. *"in the case where `subspaces//pnpm-config.json` is absent"* means the entire file is...
> > 4\. rush version, rush install, etc always need to invoke rush check in a loop for every subspace (or else for a subset of subspaces affected by the...