Back to Pnpm Io

pnpm patch

versioned_docs_archived/version-7.x/cli/patch.md

latest1.0 KB
Original Source

Added in: v7.4.0

Prepare a package for patching (inspired by a similar command in Yarn).

This command will cause a package to be extracted in a temporary directory intended to be editable at will.

Once you're done with your changes, run pnpm patch-commit <path> (with <path> being the temporary directory you received) to generate a patchfile and register it into your top-level manifest via the patchedDependencies field.

Usage:

pnpm patch <pkg name>@<version>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>

Options

--edit-dir <dir>

Added in: v7.11.0

The package that needs to be patched will be extracted to this directory.

--ignore-existing

Added in: v7.25.0

Ignore existing patch files when patching.