tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.43k stars 1.2k forks source link

Issue #400

Closed ChimpGamer closed 8 years ago

ChimpGamer commented 8 years ago

getting error when running node server/ and i did npm install before module.js:328 throw err; ^

Error: Cannot find module 'express' at Function.Module._resolveFilename (module.js:326:15) at Function.Module._load (module.js:277:25) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object. (/var/www/html/linux-dash/server/index.js:1:77) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Function.Module.runMain (module.js:442:10)

tariqbuilds commented 8 years ago

Was there any error output from npm install? If npm is running in silent mode on your system, you might want to try npm install --verbose to force output.

I just did a fresh clone, npm install, and sudo node server and it worked. For that reason, this does not seem like an issue with Linux Dash. I will be closing this issue.

However, if you need general help with getting Linux Dash running, try the gitter support channel. You can paste any errors you are getting into that chat and I or any of the community members would be happy to help you debug further.