diff --git a/docs/en/next/installation.html b/docs/en/next/installation.html index bf9654d919..27899d573b 100644 --- a/docs/en/next/installation.html +++ b/docs/en/next/installation.html @@ -89,7 +89,7 @@
Ensure you have the latest version of Node installed. We also recommend you install Yarn as well.
-You have to be on Node >= 8.x and Yarn >= 1.5.
+You have to be on Node >= 10.9.0 and Yarn >= 1.5.
Create a project, if none exists, and change your directory to this project's root.
You will be creating the docs in this directory. The root directory may contain other files. The Docusaurus installation script will create two new directories: docs
and website
.
If you are finding that you are getting errors after your upgrade, try to either clear your Babel cache (usually it's in a temporary directory or run the Docusaurus server (e.g., yarn start
) with the BABEL_DISABLE_CACHE=1
environment configuration.