hqcheat
hqcheat copied to clipboard
Node index.js doesn't work
Thanks for this amazing script! But when I do node index.js I get "Error: Cannot find module 'chokidar'"
Is this some module I can install to make it work?
*EDIT: Fixed this by doing
npm install [missing module name]
. Now I have a different problem
↓
Now when I run index.js, I screenshot an image from HQ (Previously Recorded Video), and I get these 2 errors.
Because I don't do Javascript, I have no idea what this error means, and hopefully you could tell me. 😀👍
Hey I think I'm getting the same error message as you. Have you found a solution to the problem?
no I haven't yet sorry
Were you able to fix it? If so how did you do it?
@Aiddog10 @kaikuale in the directory of this project do a npm install then a yarn install
see if that helps as its what I did to get it to work for me
can be run on windows??