We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5a9df3 + fa6e86d commit 3e55e5eCopy full SHA for 3e55e5e
docs/npm.md
@@ -136,7 +136,7 @@ A step-by-step example of how you might do this is:
136
137
### Debugging install issues with npm
138
139
-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:
140
141
```shell
142
# Uninstall
0 commit comments