Lars Kappert

Results 640 comments of Lars Kappert

Thanks for the report, @julianCast. Would you be up for creating a pull request?

I think this is fixed by now (v1.0.5) Also see https://github.com/webpro-nl/knip/commits/main/packages/create-config/index.js Please let me know if there's still any issues.

Knip does not understand the `--top-level` argument. Unknown arguments are treated as string arguments, so e.g. `--top-level echo` is basically ignored. Knip does not actually use Yarn for argument interpretation....

Doing some refactoring that unlocks features like this. In the next version, Knip will support `--top-level` and `--cwd [dir]` for Yarn commands. You could try an early version if you...

release-it uses npm under the hood, not yarn. Not sure if it's an option, but you could give https://github.com/hyoban/release-it-pnpm a shot as pnpm also supports the `workspace:` protocol.

Feel free to open a pull request to apply the changes. Also please add a test (or two).

You could try with more verbose output: https://github.com/release-it/release-it?tab=readme-ov-file#troubleshooting--debugging

Try to set `npm.timeout` (https://github.com/release-it/release-it/blob/main/config/release-it.json#L36)