Make npm-postinstall.sh more robust

This commit is contained in:
Anmol Sethi
2020-05-13 05:06:11 -04:00
parent b3ae4d67d3
commit f4a78587b0
4 changed files with 25 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ systemctl --user enable --now code-server
### npm
**note:** Installing via `npm` requires building native module dependencies. See [./doc/npm.md](./doc/npm.md)
for the dependency install process depending on your OS.
**note:** Installing via `npm` requires certain dependencies for the native module builds.
See [./doc/npm.md](./doc/npm.md) for installing these dependencies.
```bash
npm install -g code-server