Windows x64 Install Error - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: Windows x64 Install Error (/thread-57398.html) |
Windows x64 Install Error - tarkan - 07-19-2018 Hi, during the installation i got the errors below. C:\Users\tarka\Downloads\gekko-develop\gekko-develop\exchange>npm install --only=production npm ERR! code ENOGIT npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\tarka\AppData\Roaming\npm-cache\_logs\2018-07-19T23_45_14_920Z-debug.log I done exactly the same what on the install page was written. Thank you for your help, RE: Windows x64 Install Error - mutenroch - 08-27-2018 (07-19-2018, 11:50 PM)tarkan Wrote: Hi, during the installation i got the errors below. maybe you skipped a previous step, it happend to me, seems you skipped: sudo apt-get install git. edit with the following: -fixed: npm install lodash -npm install moment --Now I'm stuck in the same point but with different error: mine is related to Moment module: npm ERR! path /mnt/c/Windows/System32/gekko/node_modules/moment npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename '/mnt/c/Windows/System32/gekko/node_modules/moment' -> '/mnt/c/Windows/System32/gekko/node_modules/.moment.DELETE' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent-- |