Pete Gonzalez

Results 697 comments of Pete Gonzalez

> Just migrated from lerna to rush. This is my only problem so far. We would like to support submodules, and would happily accept a community PR. However I suspect...

> Is there some alternative tools that support git submodule ?? Looks like some support was implemented in https://github.com/microsoft/rushstack/pull/233 And @chengcyber has created PR https://github.com/microsoft/rushstack/pull/3749 that maybe will fix some...

Thanks @chengcyber for fixing this in PR #3749! 🚀 Released with Rush 5.83.3

Sounds related to issue https://github.com/microsoft/rushstack/issues/2347

I'm pretty sure this is the exact same problem as https://github.com/microsoft/rushstack/issues/2347

This is partially solved by the new `rush-pnpm` command, released with `@microsoft/rush` 5.74.0. However it's an imperfect solution. It would be better for Rush to provide a built-in feature to...

> We have a tool for finding and deleting invalid cache entries, which we actually run daily, but this problem still pops up and derails our builds. @kaiyoma If you...

@iclanton @D4N14L @elliot-nelson My company's monorepo is still on PNPM 6, and so is the Rush Stack open source repo. Are any of you using PNPM 7 yet? Have you...

@nipunn1313 @mlippens Does `rush --debug update` print a meaningful callstack?

Okay, yes that is helpful. I wasn't reading carefully that you have `useWorkspaces=false` in **rush.json**. This mode is obsolete and will be removed eventually. For some background, Rush's `useWorkspaces=false` mode...