Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
technetcentral opened this issue Dec 22, 2012 · 0 comments

Comments

@technetcentral
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants