From 5956bcf982a7d0fae1c1504faa975d9628a8ba6f Mon Sep 17 00:00:00 2001 From: meriadec Date: Mon, 6 Aug 2018 16:50:37 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a8eb732f..6923634c 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,15 @@ yarn reset-files ├── webpack : build configuration └── yarn.lock ``` + +## Troubleshooting + +#### The 'gyp==0.1' distribution was not found and is required by the application + +You will need to install the python gyp module + +``` +pip install git+https://chromium.googlesource.com/external/gy +``` + +see [stackoverflow/40025591](https://stackoverflow.com/questions/40025591/the-gyp-0-1-distribution-was-not-found)