'npm' install issue?
#1
Hey there... I just downloaded Gekko, and was trying to install it. I am not very familiar with dealing with Command Line stuff, so I don't exactly know what I'm doing. I was following the YouTube video put out by Mike, and I got as far as the "npm install" command, at which point I get the error message, " 'npm' is not recognized as an internal or external command, operable program, or batch file". Can someone tell me what this means, and what to do about it? Thanks.
  Reply
#2
The node installer probably didn't install the PATH for regular command prompt.

So you would need to run node.js or node.js command prompt.

You can also take your time to run the node installation again and change the settings to install the PATH.
  Reply
#3
Hi

first install nodejs as a winInstaller
download Gekko-stable   //copie for example to desktop

click windows Start and enter:
CMD. now RIGHT-CLICK and choose "RUN AS ADMINISTRATOR"

open folder:
.../desktop/gekko-stable   //in the folder window click into adressBar and copy the FOLDER-LOCATION-ADRESS

click CMD-window and type:
cd     //type: cd(space)
right-click into CMD--> choose paste

example:
cd C:\Users\(((your-name)))\Desktop\gekko-stable
press enter

now install the REST:
Code:
npm install --only=production   //dependencies for Gekko


Code:
npm install windows-build-tools --global --production   //winTools WAIT PATIENT.....
Code:
npm install tulind --only=production   //indicators

start gekko
Code:
node gekko --ui


goto your browser and enter adress:
http://localhost:3000
  Reply
#4
I made a YouTube video showing step by step how to install it. I didn't add the additional indicators though. https://www.youtube.com/watch?v=-WiIkIIVnps
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
  Reply


Forum Jump:


Users browsing this thread: