Преглед изворни кода

Merge pull request #143 from maku/patch-1

fix(docs): Update getting-started.md because of problems with Windows OS
Michael Bromley пре 6 година
родитељ
комит
b5c77b42fe
1 измењених фајлова са 3 додато и 0 уклоњено
  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
 * [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.
 * 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
 ## Installation with @vendure/create