Skip to content

Commit

Permalink
docs(install): add save-peer flag (#7616)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew4237 committed Jun 27, 2024
1 parent a8e666e commit ac937d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/lib/content/commands/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ into a tarball (b).
* `-D, --save-dev`: Package will appear in your `devDependencies`.
* `--save-peer`: Package will appear in your `peerDependencies`.
* `-O, --save-optional`: Package will appear in your
`optionalDependencies`.
Expand Down

1 comment on commit ac937d4

@AdiuvoInc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.