diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index f8f466d34ed..3bb4483fd15 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -121,7 +121,7 @@
Expo is the easiest way to start building a new React Native application. It allows you to start a project without installing or configuring any tools to build native code - no Xcode or Android Studio installation required (see Caveats).
-Assuming that you have Node installed, you can use npm to install the Expo CLI command line utility:
+Assuming that you have Node 8+ installed, you can use npm to install the Expo CLI command line utility:
npm install -g expo-cli
Then run the following commands to create a new React Native project called "AwesomeProject":
diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index f8f466d34ed..3bb4483fd15 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -121,7 +121,7 @@Expo is the easiest way to start building a new React Native application. It allows you to start a project without installing or configuring any tools to build native code - no Xcode or Android Studio installation required (see Caveats).
-Assuming that you have Node installed, you can use npm to install the Expo CLI command line utility:
+Assuming that you have Node 8+ installed, you can use npm to install the Expo CLI command line utility:
npm install -g expo-cli
Then run the following commands to create a new React Native project called "AwesomeProject":