Procházet zdrojové kódy

Merge pull request #143 from maku/patch-1

fix(docs): Update getting-started.md because of problems with Windows OS
Michael Bromley před 6 roky
rodič
revize
b5c77b42fe
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      docs/content/docs/getting-started.md

+ 3 - 0
docs/content/docs/getting-started.md

@@ -9,6 +9,9 @@ weight: 0
  
 * [Node.js](https://nodejs.org/en/) **v8.9.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.
+* For windows users: make sure you have **windows build tools installed**
+  * ```npm install --global --production windows-build-tools```
+  * this should be done with administrative rights
  
 ## Installation with @vendure/create