From 678477d44bd60a807ad8a317d5ed7ecb6a1dae6e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Wed, 24 Mar 2021 15:04:26 +0100 Subject: [PATCH] [RNMobile] Update the getting started documentation (related to disable NPM v7) (#30189) --- docs/contributors/code/getting-started-native-mobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/code/getting-started-native-mobile.md b/docs/contributors/code/getting-started-native-mobile.md index b748c8880bc6d..3ea4f91876b0b 100644 --- a/docs/contributors/code/getting-started-native-mobile.md +++ b/docs/contributors/code/getting-started-native-mobile.md @@ -26,7 +26,7 @@ git clone https://github.com/WordPress/gutenberg.git Note that the commands described here should be run in the top-level directory of the cloned project. Before running the demo app, you need to download and install the project dependencies. This is done via the following command: ``` -nvm install --latest-npm +nvm install npm ci ```