diff options
author | Veetaha <[email protected]> | 2020-02-16 21:36:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 21:36:16 +0000 |
commit | dc90507dbeccc62ee14b45df83ee6f5f4baae24d (patch) | |
tree | 60feb12175a4abe7b31e817376096d82bb015998 /docs/dev | |
parent | 1a96d4c15c278a3e574c50a00b97c0290945d214 (diff) |
Migrate from 'npm i' to 'npm install'
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 2078ac219..4ff3fc572 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -10,7 +10,7 @@ | |||
10 | - Install all TypeScript dependencies | 10 | - Install all TypeScript dependencies |
11 | ```bash | 11 | ```bash |
12 | cd editors/code | 12 | cd editors/code |
13 | npm i | 13 | npm install |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | ## Common knowledge | 16 | ## Common knowledge |