mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
docs(v1): drop support for node <10.9 (#2264)
This commit is contained in:
parent
980755214b
commit
d698c10c22
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ We have created a helpful script that will get all of the infrastructure set up
|
|||
|
||||
1. Ensure you have the latest version of [Node](https://nodejs.org/en/download/) installed. We also recommend you install [Yarn](https://yarnpkg.com/en/docs/install) 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.
|
||||
|
||||
1. Create a project, if none exists, and change your directory to this project's root.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue