Jason Hartman

Results 32 comments of Jason Hartman

Failure appears to happen when the peer dependency is a devDependency in root or any other workspace. Snippet of pnpm-lock.yaml when issue occurs using file set listed below: ``` packages/api-extractor-configuration:...

For one repository I went ahead and added all of the peer dependencies explicitly. For another that we are upgrading from pnpm 6 to 7, we will be setting `strict-peer-dependencies=false`...

At least for the case I hit, it was sufficient to use `--frozen-lockfile` locally to reproduce the issue.

Thanks @zkochan - I tried 7.11.0 and was able to rollback my workarounds. One other thing I noticed now using auto-install-peers is that some dependencies that were marked as `dev`...

My team has some files with 14000 entry dictionaries and these each take 30+ minutes to parse on my system which makes tool unusable. Must be a faster way to...

We are experiencing very similar issue. Although in our case (using Windows) `pnpm root -g` is not succeeding. It is returning ```  ERROR  Unable to find the global bin directory...

> @jason-ha @WayneFerrao After looking at this PR in more detail and testing it, I ended up opening a new PR, #20803, which is built on top of this. Importantly,...

Also are there any tests that can happen here?

> Also are there any tests that can happen here? The above got a thumbs up, but I am not seeing any units tests. I know there are E2E tests...

> > > Also are there any tests that can happen here? > > > > > > The above got a thumbs up, but I am not seeing any...