mirror of https://git.tuxpa.in/a/code-server.git
Merge pull request #4037 from cdr/jsjoeio-tiny-docs-fix
docs: fix typos and wording in npm
This commit is contained in:
commit
3e55e5e1df
|
@ -136,7 +136,7 @@ A step-by-step example of how you might do this is:
|
||||||
|
|
||||||
### Debugging install issues with npm
|
### 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
|
```shell
|
||||||
# Uninstall
|
# Uninstall
|
||||||
|
|
Loading…
Reference in New Issue