Closed ZaHecc closed 3 years ago
where did you extract my project? what folder?
Downloads folder
absolute path?
C:\Users\zath1\Documents\Downloads
so, do this
CD /d "C:\Users\zath1\Documents\Downloads"
npm install
and wait for it to be donenpm start USERNAME PASSWORD
When i try to do step 3, It says:
'nmp' is not recognized as an internal or external command, operable program or batch file.
N-P-M
I thought you installed node.js? Do that first: https://nodejs.org/dist/v12.18.4/node-v12.18.4-x64.msi
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.
Unsure if this means that it worked or that I have another issue.
did you run "npm install" it can't find the node_modules folder, which is generated via that command
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