Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A step-by-step example of how you might do this is:

### Debugging install issues with npm

Unfortunately, `yarn` swallows all logs on `yarn global add` so instead you can install with `npm` and see the logs:
`yarn` suppresses logs when running `yarn global add`, so to debug installation issues, install with `npm` instead:

```shell
# Uninstall
Expand Down