Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
0 deletions
-
README.md
|
@ -159,3 +159,15 @@ yarn reset-files |
|
|
├── webpack : build configuration |
|
|
├── webpack : build configuration |
|
|
└── yarn.lock |
|
|
└── 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) |
|
|