Skip to content

Commit ac937d4

Browse files
authoredJun 27, 2024··
docs(install): add save-peer flag (#7616)
1 parent a8e666e commit ac937d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/lib/content/commands/npm-install.md

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ into a tarball (b).
134134
135135
* `-D, --save-dev`: Package will appear in your `devDependencies`.
136136
137+
* `--save-peer`: Package will appear in your `peerDependencies`.
138+
137139
* `-O, --save-optional`: Package will appear in your
138140
`optionalDependencies`.
139141

1 commit comments

Comments
 (1)

AdiuvoInc commented on Sep 6, 2024

@AdiuvoInc

I came here from RSK instructions to pegout. I suposoly to install something but this is insanley complicated. What should I install? there is nothing to download... wtf?

Please sign in to comment.