You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: