Revadike / epicgames-freebies-claimer

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

npm install ERROR #59

Closed jiajiaxd closed 3 years ago

jiajiaxd commented 4 years ago

When I use npm install,it says image

Linux Debian Arm64

advaitmanav commented 4 years ago

image

Got same error, how to fix this? Windows 10 x64

Revadike commented 4 years ago

I think you need to install Git

jiajiaxd commented 4 years ago

I have installed Git

FlickZexe commented 3 years ago

So um yeah, I had that, I actually installed git again, then followed this

Have you correctly set your PATH to point at your Git installation?

You need to add the following paths to PATH:

C:\Program Files\Git\bin\ C:\Program Files\Git\cmd\ And check that these paths are correct – you may have Git installed on a different drive, or under Program Files (x86). Correct the paths if necessary.

Modifying PATH on Windows 10:

In the Start Menu or taskbar search, search for "environment variable". Select "Edit the system environment variables". Click the "Environment Variables" button at the bottom. Double-click the "Path" entry under "System variables". With the "New" button in the PATH editor, add C:\Program Files\Git\bin\ and C:\Program Files\Git\cmd\ to the end of the list. Close and re-open your console.

And added C:\Users\user\AppData\Roaming\npm from user variables to system variables. Hope it will work!

SakuraPuare commented 3 years ago

When I use npm install,it says image

Linux Debian Arm64

Don't use root

Revadike commented 3 years ago

Dupe of https://github.com/Revadike/epicgames-freebies-claimer/issues/44