We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ae99 commit 0d782c0Copy full SHA for 0d782c0
README.md
@@ -39,10 +39,14 @@ Then
39
40
npm i patch-package
41
42
+You can use `--save-dev` if you don't need to run npm in production, e.g. if you're making a web frontend.
43
+
44
### yarn
45
46
yarn add patch-package postinstall-postinstall
47
48
+You can use `--dev` if you don't need to run yarn in production, e.g. if you're making a web frontend.
49
50
To understand why yarn needs the `postinstall-postinstall` package see: [Why use postinstall-postinstall](#why-use-postinstall-postinstall-with-yarn)
51
52
## Usage
0 commit comments