wt-tracker
wt-tracker copied to clipboard
How to install WT-Tracker ? (Windows)
Hello,
Sorry, this is probably a stupid question, but I have issues installing WT-Tracker on my machine..
- I download the repository as zip.
- I unpack the zip file, and open a cmd in the root folder.
- I run npm install.
And while installing, I got a HUGE list like this of missing files..
Have I done something wrong ?
Thanks !
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
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.. :/
You are missing git. Install git and you will be able to pass this step.