Pete Gonzalez

Results 685 comments of Pete Gonzalez
trafficstars

Of course, if someone from the community wants to contribute this feature, we would certainly support that.👍

Well, the NPM and Yarn implementations predated workspaces, so they create a synthetic common/temp/package.json that depends on the union of all package.json files, and install that, then Rush creates symlinks...

Sorry nobody looked at this until now. I was able to confirm the repro from this issue's description. (I haven't tried @pbklink's repro yet.) The problem is caused by the...

Alisson asked the same question in this [Zulip thread](https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/rush.20deploy.20and.20projects.20dependennt.20on.20each.20other/near/241179042). I'm trying to get more details about what it would be used for. (It's not difficult to implement, but it's unclear...

This was my question from Zulip: > Okay, but if you are not installing them, then what tool would read the `file:../foo` version specifiers? I'm trying to understand why there...

To answer the original question in this thread: > I thought `rush deploy` was supposed to create a generic artifact to be deployed in restrict environments, like Google Cloud which...

Over the years we have struggled with many different NPM packages that want a place to cache data, and decide that `node_modules` seems like a great place for temporary storage...

@johanblumenberg-symphony This seems useful, however we might want to consider the design a bit. I can think of a couple edge cases. For Node.js, you can have multiple levels of...

@johanblumenberg-symphony are you able to sign the CLA?

> I have no idea why i can't sign the `license/cla`. What trouble are you having? Is it reporting an error? Did you try logging in to GitHub using a...