From 751c981dafa3bc64cede7a622c80a4b8ca525758 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 27 Aug 2021 09:06:26 +0200 Subject: [PATCH] Add node-gyp notice --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5352469..c96348b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,12 @@ 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 +``` \ No newline at end of file