Add node-gyp notice
This commit is contained in:
parent
5c0a1f87af
commit
751c981daf
1 changed files with 9 additions and 0 deletions
|
@ -7,3 +7,12 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Uses: https://github.com/GHOSCHT/simple-electron-react-boilerplate
|
Uses: https://github.com/GHOSCHT/simple-electron-react-boilerplate
|
||||||
|
|
||||||
|
Dashboard: node-gyp fails on sqlite3 build -> set default pyhton version to python 2
|
||||||
|
```
|
||||||
|
node-gyp --python /path/to/python2.7/python.exe
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
npm config set python /path/to/executable/python2.7
|
||||||
|
```
|
Reference in a new issue