ash47 / OmegleMiddleMan

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

MacBook #104

Open OmegleGuy opened 1 year ago

OmegleGuy commented 1 year ago

Have anyone install it on macbook and wanna help me please?

batuhangundogdu commented 11 months ago

instead of .bat files, just run npm install and node app.js. Than go to your browser and open localhost:3000

Fwitzz commented 11 months ago

Doesn't work, i get an error about some deprecation stuff. It tells me my stuff is outdated, but just downloaded today??

batuhangundogdu commented 11 months ago

from npm Docs :

npm update -gwill apply the update action to each globally installed package that is outdated -- that is, has a version that is different from wanted.

Locally stored npm packages can also be outdated. I guess this is your case, try updating your packages.