lulzyyy / lulzyOgar

A fully functional open source c0nsume.me server implementation, written in Node.js. Ogar is designed to be used with the c0nsume.me client.
MIT License
3 stars 4 forks source link

Server wont start #3

Open Aarhunt opened 8 years ago

Aarhunt commented 8 years ago

module.js:327 throw err; ^

Error: Cannot find module 'request' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (D:\downloads\lulzyOgar-master\src\modules\CommandList.js:8:15) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17)

Press any key to exit...

I get this error all the time... Pleas help me

lulzyyy commented 8 years ago

open console and write

npm install request

then start server

Aarhunt commented 8 years ago

Doesn't work

lulzyyy commented 8 years ago

what error now?

Aarhunt commented 8 years ago

same one

Aarhunt commented 8 years ago

Console is CMD right?

lulzyyy commented 8 years ago

yes.

npm install request write this in console and press enter.

Aarhunt commented 8 years ago

Did it

lulzyyy commented 8 years ago

if it's installed you can't have same error omg

Aarhunt commented 8 years ago

module.js:327 throw err; ^

Error: Cannot find module 'request' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (D:\downloads\lulzyOgar-master\src\modules\CommandList.js:8:15) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17)

Press any key to exit...

This error

lulzyyy commented 8 years ago

i dont know how i can help you... it should work

Aarhunt commented 8 years ago

I'll try some stuff

lulzyyy commented 8 years ago

you just didn't install request module properly. idk why

Ampflower commented 8 years ago

NPM is not a valid command to the command prompt. That is the reason why it won't work.