From 778ba9a17e4596f0f09ad41d348caa4a98c33347 Mon Sep 17 00:00:00 2001 From: Brent Kelly Date: Fri, 13 Sep 2019 12:13:12 +0100 Subject: [PATCH 1/2] :pencil: Updating README with note on uninstalling react-native-cli --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8269bb01..abf1f73a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ npx react-native init MyApp --template react-native-template-typescript ``` +> You may need to remove the globally installed **react-native-cli** (`npm uninstall -g react-native-cli`), for the above command to work. + ## :computer: Contributing Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md). From 61320b5a1f5dea1cf6c930bced4a434676dc49bf Mon Sep 17 00:00:00 2001 From: Brent Kelly Date: Fri, 13 Sep 2019 14:38:35 +0100 Subject: [PATCH 2/2] :ok_hand: addressing CR comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf1f73a..67f1d070 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npx react-native init MyApp --template react-native-template-typescript ``` -> You may need to remove the globally installed **react-native-cli** (`npm uninstall -g react-native-cli`), for the above command to work. +> You may need to remove the globally installed **react-native-cli** (`npm uninstall -g react-native-cli`), for the above command to work. The global **react-native-cli** is deprecated, and no longer supported. ## :computer: Contributing