ash47 / OmegleMiddleMan

Lets you connect strangers to each other, and intercept messages AKA Man in the Middle Attack
233 stars 60 forks source link

Program not starting #22

Closed LabAviator closed 6 years ago

LabAviator commented 6 years ago

So whenever I try to run the "Run.bat" -file I get the following error in the command window:

`C:\Users\Potato\Downloads\OmegleMiddleMan-master>node app.js module.js:471 throw err; ^

Error: Cannot find module 'qs' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (C:\Users\Potato\Downloads\OmegleMiddleMan-master\omegle.js:7:10) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3)`

ash47 commented 6 years ago

You need to run "npm install" from that directory, that will download and install all the missing modules such as querystring.

On Aug 20, 2017 1:17 AM, "LabAviator" notifications@github.com wrote:

So whenever I try to run the "Run.bat" -file I get the following error in the command window:

`C:\Users\Potato\Downloads\OmegleMiddleMan-master>node app.js module.js:471 throw err; ^

Error: Cannot find module 'qs' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (C:\Users\Potato\Downloads\OmegleMiddleMan-master\omegle. js:7:10) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3)`

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ash47/OmegleMiddleMan/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/ADlKDpGjBzr3MDgjcAhUlvwBDg-d5u8-ks5sZvyDgaJpZM4O8XBZ .