Pete Gonzalez

Results 696 comments of Pete Gonzalez

If you have a branch saved that can reproduce the error, you can try manually running the CLI command above (i.e. invoking PNPM directly outside of Rush). The shell working...

There are two proposed features that might solve this: - The `CommandLineRemainder` (issue [#2499](https://github.com/microsoft/rushstack/issues/2499)) feature would allow arbitrary CLI parameters to be passed along to your script without any validation,...

Clarification: In this proposal, the term "postinstall" used as a general term for [invoking several different lifecycle scripts](https://github.com/pnpm/pnpm/blob/ef7d414ed954bd8521e24b8d1ca2d7a10a39bda4/packages/plugin-commands-rebuild/src/implementation/index.ts#L164) (`preinstall`, `install`, `postinstall`, `prepublish`, `prepare`) and also recreating the `node_modules/.bin` scripts.

> This seems useful to me, but wouldn't Part B be better handled by `rush install --to

+1 I'm surprised the compiler itself doesn't provide this feature

This is issue was originally tracked by https://github.com/microsoft/rushstack/issues/1982 which got closed when it was fixed for the other `"linkCreation"` modes. In https://github.com/microsoft/rushstack/issues/1982#issuecomment-653223979 I proposed a couple options for how to...

> I think this is already covered by [this line](https://github.com/microsoft/rushstack/blob/main/libraries/rush-lib/src/logic/installManager/InstallHelpers.ts#L44) of code using `globalOverrides` and it was released in [version 5.79](https://github.com/microsoft/rushstack/releases/tag/%40rushstack%2Frush-sdk_v5.79.0) Yes, we already fixed this. The full docs are...

@chengcyber Is this the expected behavior?

Closing this issue since the problem seems to be solved now.