Pete Gonzalez

Results 658 comments of Pete Gonzalez
trafficstars

Hmmm... this worked in my test project (from the repro steps), but it's not working in our real repo. The `pnpm-issue-4407/test-project/node_modules/react` folder is symlink pointing to the physical `pnpm-issue-4407/react/` folder....

@zkochan I am confused. Let's go back to my original example: ``` A --depends-on--> B --peer-depends-on--> C ``` `A` and `C` are workspace projects, whereas `B` is installed from the...

I was able to sort of solve it by rewriting the `peerDependencies` to be regular `dependencies`: **.pnpmfile.cjs** ``` function readPackage(pkg, context) { for (let workspaceProject of [ "@hbo/hbomax-core", "@hbo/hbomax-localization-policy", "@hbo/hbomax-localization-policy-config",...

**Update:** We have put together a solution for a `pnpm-sync` command that can solve the problem of updating injected dependencies during the build. In summary, this command would be invoked...

**Update:** The `pnpm-sync` project was moved to a new repository and is no longer a prototype: https://github.com/tiktok/pnpm-sync

> did you try pnpm-sync-dependencies-meta-injected? No, we were not aware of your project. Thanks for sharing this! > Wondering what feature differences there could be Looking at the two projects,...

We've published some docs for how & why to use `pnpm-sync` with Rush: https://rushjs.io/pages/advanced/injected_deps/ This summer we're rolling out this feature in TikTok's huge frontend monorepo. If it goes well,...

Adding `pnpm-sync` and `pnpm-sync-dependencies-meta-injected` to the website docs: https://github.com/pnpm/pnpm.io/pull/532

> Maybe. -- some question: Great questions! 🙂 > _why have a `.pnpm-sync` file?_ > > All knowledge is available in the package.jsons and nothing needs to be configable. This...

I'm still the primary maintainer of the TSDoc project, and it certainly is not dead -- it gets lots of usage every day through the API Extractor implementation for example....