OgarProject / Ogar

An open source Agar.io server implementation, written with Node.js.
Other
719 stars 820 forks source link

Error: Cannot find module 'asyncconsole' #688

Open CubeMonster opened 7 years ago

CubeMonster commented 7 years ago

if i try to open it, it says "Error: Cannot find module 'asyncconsole'" (tested on macos and ubuntu)

i try to run it with sudo node /path-to-index.js/index.js

caicher commented 7 years ago

Is there a folder named "Ogar-master\node_modules\asyncconsole" ?

CubeMonster commented 7 years ago

no, but i've solved it with npm install asyncconsole

i don't know if it's a good solution, but it has worked for me

Luka967 commented 7 years ago

Well that's the only solution