Zoltan Kochan

Results 845 comments of Zoltan Kochan

We are already hoisting the prettier plugins by default, is that not enough? https://github.com/pnpm/pnpm/blob/e12793065b6481df04fd20aae7abd537c5152908/packages/config/src/index.ts#L175-L176 It should work unless you override the default value of `public-hoist-pattern`

I did not know about this feature of npm CLI. Do you know where this is documented on their website? Or in Yarn's docs if they also support this. I...

I don't see any mention of a `.env` file on that page.

> A bug(?): PNPM doesn't use the actual environment variables as expected, even when they're already loaded in the shell context (as I https://github.com/pnpm/pnpm/issues/7111#issuecomment-2477930367). I don't know how to reproduce...

ok, open a new issue. Also, this repo is 404: https://github.com/samchungy/pnpm-update-bug

pnpm actually runs npm for publish. I think you need to generate an auth token for CI (that doesn't require OTP). I don't know how lerna is able to omit...

@semiautomatix your issue is not related to this issue. For now use `npm config set` for setting the auth token and track https://github.com/pnpm/pnpm/issues/6181

You won't be able to update meta-updater because it requires at least node.js 18.19 (https://github.com/pnpm/meta-updater/blob/a7255b0d3e9213ff619f43189e266e55824a9a37/package.json#L24). While this repo supports node.js from 18.12