Gekko Install Issue
#1
I'm installing Gekko on Windows 10. I've installed nodejs and git correctly(I believe), and when I install the dependencies after downloading gekko through git commands I get this error message:

C:\Users\baldi\gekko>npm install --only=production

> sqlite3@4.0.4 install C:\Users\baldi\gekko\node_modules\sqlite3
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws....x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Pre-built binaries not installable for sqlite3@4.0.4 and node@12.18.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error Connection closed while downloading tarball file
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(378,
5): error MSB8020: The build tools for Visual Studio 2015 (Platform Toolset = 'v140') cannot be found. To build using t
he v140 build tools, please install Visual Studio 2015 build tools.  Alternatively, you may upgrade to the current Visu
al Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\
Users\baldi\gekko\node_modules\sqlite3\build\deps\action_before_build.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3
gypgyp ERR! node -v v12.18.0
gyp  ERR!ERR!  node-gyp -v v5.1.0
build errorgyp
 ERR!gyp  not ok
ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--module=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=C:\\Users\\baldi\\gekko\\node_modules\\sqlite3\\lib\\binding\\node-v72-win32-x64" "--napi_version=6" "--node_abi_napi=napi"
gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3
gyp node-pre-gypERR!  node -vERR! v12.18.0
 gypbuild error
ERR! node-pre-gypnode-gyp -v  v5.1.0
ERR!gyp  stackERR! Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)
 node-pre-gypnot ok
ERR! stack     at ChildProcess.<anonymous> (C:\Users\baldi\gekko\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
node-pre-gyp ERR! System Windows_NT 10.0.17763
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\baldi\\gekko\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd C:\Users\baldi\gekko\node_modules\sqlite3
node-pre-gyp ERR! node -v v12.18.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.3
node-pre-gyp ERR! not ok
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=C:\Users\baldi\gekko\node_modules\sqlite3\lib\binding\node-v72-win32-x64 --napi_version=6 --node_abi_napi=napi' (1)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sqlite3@4.0.4 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sqlite3@4.0.4 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\baldi\AppData\Roaming\npm-cache\_logs\2020-06-09T21_46_04_806Z-debug.log

What am I doing wrong?
  Reply


Messages In This Thread
Gekko Install Issue - by lordbofadeese - 06-09-2020, 06:46 PM
RE: Gekko Install Issue - by cryptocurrency0 - 07-03-2021, 12:36 PM
RE: Gekko Install Issue - by lucifar - 07-09-2021, 03:34 PM
RE: Gekko Install Issue - by Xavier32 - 07-10-2021, 10:57 AM
RE: Gekko Install Issue - by nasila - 07-31-2021, 07:27 PM
RE: Gekko Install Issue - by lucifar - 08-01-2021, 06:33 AM
RE: Gekko Install Issue - by lucifar - 08-08-2021, 04:43 PM
RE: Gekko Install Issue - by gabriella123 - 08-11-2021, 09:01 AM
RE: Gekko Install Issue - by lucifar - 09-06-2021, 09:22 AM
RE: Gekko Install Issue - by cryptocurrency0 - 09-09-2021, 08:02 AM
RE: Gekko Install Issue - by lucifar - 09-09-2021, 12:35 PM
RE: Gekko Install Issue - by cryptocurrency0 - 09-16-2021, 07:44 AM
RE: Gekko Install Issue - by lucifar - 09-20-2021, 02:09 PM
RE: Gekko Install Issue - by lucifar - 10-03-2021, 04:44 PM

Forum Jump:


Users browsing this thread: