Revadike / epicgames-freebies-claimer

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

Never used node.js before. I want to use your script. #56

Closed ZaHecc closed 3 years ago

ZaHecc commented 4 years ago

I download node.js from google and your script. I'm unsure how to run it. I opened node.js and tried to type "nmp install". Nothing. I tried it in cmd. Also nothing. I really have no idea how to work with node.js but I'd really like to use your script if someone can break it down for me. <3

Revadike commented 4 years ago

where did you extract my project? what folder?

ZaHecc commented 4 years ago

Downloads folder

Revadike commented 4 years ago

absolute path?

ZaHecc commented 4 years ago

C:\Users\zath1\Documents\Downloads

Revadike commented 4 years ago

so, do this

  1. Open CMD
  2. Enter CD /d "C:\Users\zath1\Documents\Downloads"
  3. Enter npm install and wait for it to be done
  4. Enter npm start USERNAME PASSWORD
ZaHecc commented 4 years ago

When i try to do step 3, It says:

'nmp' is not recognized as an internal or external command, operable program or batch file.

Revadike commented 4 years ago

N-P-M

ZaHecc commented 4 years ago

image

Revadike commented 4 years ago

I thought you installed node.js? Do that first: https://nodejs.org/dist/v12.18.4/node-v12.18.4-x64.msi

ZaHecc commented 4 years ago

I thought I did but maybe I installed it incorrectly somehow. After installing that version and restarting cmd. Doing the same directions to step 3, It gives me the same error.

EDIT: I put NMP again instead of NPM. It installed.

ZaHecc commented 4 years ago

image

Unsure if this means that it worked or that I have another issue.

jejei commented 4 years ago

did you run "npm install" it can't find the node_modules folder, which is generated via that command