wt-tracker icon indicating copy to clipboard operation
wt-tracker copied to clipboard

How to install WT-Tracker ? (Windows)

Open TheAntinormal opened this issue 3 years ago • 3 comments

Hello,

Sorry, this is probably a stupid question, but I have issues installing WT-Tracker on my machine..

  1. I download the repository as zip.
  2. I unpack the zip file, and open a cmd in the root folder.
  3. I run npm install.

And while installing, I got a HUGE list like this of missing files.. image

Have I done something wrong ?

Thanks !

TheAntinormal avatar Jul 12 '21 13:07 TheAntinormal

What version of nodejs and typescript do you have?

I'd advise you to use nodejs LTS (v14.17.1 i think), and update typescript as well ( npm i -g typescript@latest ) Then try it again

ckcr4lyf avatar Jul 17 '21 03:07 ckcr4lyf

What version of nodejs and typescript do you have?

I'd advise you to use nodejs LTS (v14.17.1 i think), and update typescript as well ( npm i -g typescript@latest ) Then try it again

Hello,

Thanks for your answer !

Well, I've updated node to v14.17.3, & typescript using the command you gave, then tried again and the same thing happened.

It seems like there's folders or stuff missing from this repo (like a "dist/" folder) & therefore I can't install it.. :/

TheAntinormal avatar Jul 17 '21 06:07 TheAntinormal

You are missing git. Install git and you will be able to pass this step.

renatofrota avatar Jul 28 '22 18:07 renatofrota