realdadfish / sparkleshare-dashboard

This is a fork of the NodeJS-driven Dashboard of the free Dropbox alternative SparkleShare
GNU Affero General Public License v3.0
27 stars 15 forks source link

node.js:134 throw e; // process.nextTick error, or 'error' event on first tick #8

Open technetcentral opened 11 years ago

technetcentral commented 11 years ago

When I get to the "make run" instructions I always get missing module errors. I would really like to get the web and mobile interface into sparkleshare working so that I can move completely away from sugersync.

The below is the error I am getting:

technetcnetral@testserver /usr/local/bin/sparkleshare-dashboard $ make run NODE_ENV=production node app.js

node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: No such module at Object. (/usr/lib/nodejs/zlib.js:22:23) at Module._compile (module.js:411:26) at Object..js (module.js:417:10) at Module.load (module.js:343:31) at Function._load (module.js:302:12) at require (module.js:355:19) at Object. (/usr/local/bin/sparkleshare-dashboard/node_modules/express/node_modules/connect/lib/middleware/compress.js:14:12) at Module._compile (module.js:411:26) at Object..js (module.js:417:10) at Module.load (module.js:343:31) make: *\ [run] Error 1

Does anyone had this issue and fixed it?