Add node-gyp notice

This commit is contained in:
GHOSCHT 2021-08-27 09:06:26 +02:00
parent 5c0a1f87af
commit 751c981daf

View file

@ -7,3 +7,12 @@
</a>
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
```