Revadike / epicgames-freebies-claimer

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

Errors trying to npm install and npm start #95

Closed ghost closed 3 years ago

ghost commented 3 years ago

I generated "device_auths.json" and placed it in the same directory as the project Installed nodejs (node-v16.2.0-x64.msi) Opened "node.js command prompt" Changed working directory to path of 1.5.0 source ran "npm install" ran "npm start", returned npm ERR! Missing script: "start" repaired nodejs install reran "npm install" different error this time;


npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SFF\AppData\Local\npm-cache_logs\2021-05-31T04_30_37_093Z-debug.log


[2021-05-31T04_30_37_093Z-debug.log](https://github.com/Revadike/epicgames-freebies-claimer/files/6567774/2021-05-31T04_30_37_093Z-debug.log)
Revadike commented 3 years ago

Try installing https://git-scm.com/downloads

Revadike commented 3 years ago

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