Revadike / epicgames-freebies-claimer

Claim available free game promotions from the Epic Games Store.
MIT License
2.23k stars 361 forks source link

any idea why this error appears? #129

Closed B0tul closed 2 years ago

B0tul commented 2 years ago

I followed all of the instructions and tried to run the program but it throws this error at me, I tried reinstalling but that didnt help, is there something im missing? 123

Revadike commented 2 years ago

Cannot find module epicgames-client.

cobadulu001 commented 2 years ago

@B0tul i got this problem after deleting and redownload the lastest claimer problem1

and after trying to run "npm start" i got the same problem as yours @B0tul problem2_LI do have the solution? can you please give a detail step ti fix it?

Revadike commented 2 years ago

First error seems about not having git installed. Second error is about not having dependencies installed. Please follow the instructions in the wiki.

jackblk commented 2 years ago

You can try Docker method, you only need to install Docker.

cobadulu001 commented 2 years ago

@Revadike after installing Git and run "npm install" got this error problem3_LI npm audit fix --force cant fix it, still got module not found when run npm start

@jackblk using docker got me this error problem4_LI i dont know about docker, but i think im doing it right (from user guide). i run docker inside a folder with device_auths.json

EDIT: nvm i just need to change %cd% to my folder path and it works (with docker), still dont know why normal way not working tho

Revadike commented 2 years ago

The first image is not an error, just some warnings. The second window tells you indeed the device auth path is wrong/illegal.

jackblk commented 2 years ago

@cobadulu001 I updated the wiki for docker cmd/powershell with a note for the shell, the commands are for CommandLine, try again with CMD.

If you prefer Powershell then replace %cd% with ${PWD}

I'm sure it will work.

cobadulu001 commented 2 years ago

@Revadike yea it just a warning but i still cant get "npm run" works. but its okay, i can use docker now

@jackblk thank you for editing the wiki, it works for Powershell and when i use CMD it works too (with %cd%). i hope ppl who dont know shit like me find it useful