Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ it will install everything the project needs, in the `node_modules` folder, crea

### Installing a single package

You can also install a specific package by running
You can also install a specific package by running yes it is

```bash
npm install <package-name>
Expand Down
Loading