about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:36:16 +0200
committerGitHub <noreply@github.com>2020-02-16 23:36:16 +0200
commitdc90507dbeccc62ee14b45df83ee6f5f4baae24d (patch)
tree60feb12175a4abe7b31e817376096d82bb015998 /docs/dev/debugging.md
parent1a96d4c15c278a3e574c50a00b97c0290945d214 (diff)
downloadrust-dc90507dbeccc62ee14b45df83ee6f5f4baae24d.tar.gz
rust-dc90507dbeccc62ee14b45df83ee6f5f4baae24d.zip
Migrate from 'npm i' to 'npm install'
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index 2078ac21922..4ff3fc5726a 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -10,7 +10,7 @@
 - Install all TypeScript dependencies
   ```bash
   cd editors/code
-  npm i
+  npm install
   ```
 
 ## Common knowledge