Browse Source

Merge pull request #1385 from meriadec/develop

Update README
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
28d4e21625
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
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)

Loading…
Cancel
Save