Selaa lähdekoodia

chore(docs): Update minimum Node version

Michael Bromley 5 vuotta sitten
vanhempi
sitoutus
5b17d6777d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/content/docs/getting-started.md

+ 1 - 1
docs/content/docs/getting-started.md

@@ -7,7 +7,7 @@ weight: 0
 
 
 ## Requirements
 ## Requirements
  
  
-* [Node.js](https://nodejs.org/en/) **v8.9.0** or above
+* [Node.js](https://nodejs.org/en/) **v10.13.0** or above
 * If you want to use MySQL, MariaDB, or Postgres as your data store, then you'll need an instance available locally. However, if you are just testing out Vendure, we recommend using SQLite, which has no external requirements.
 * If you want to use MySQL, MariaDB, or Postgres as your data store, then you'll need an instance available locally. However, if you are just testing out Vendure, we recommend using SQLite, which has no external requirements.
 * For Windows users: make sure you have **[windows build tools](https://www.npmjs.com/package/windows-build-tools) installed**
 * For Windows users: make sure you have **[windows build tools](https://www.npmjs.com/package/windows-build-tools) installed**
   * `npm install --global --production windows-build-tools`
   * `npm install --global --production windows-build-tools`