alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

npm #45

Open stoffel1984 opened 10 years ago

stoffel1984 commented 10 years ago

newB to node, npm and node.js.

followed the instructions, as recommended: http://kaanaksit.wordpress.com/2013/05/10/en-how-to-use-and-install-flylatex-on-ubuntu/

npm version: 1.3.24 node version: v0.10.25 node.js version: v0.10.26 os: ubuntu 12.04 LTE

got this error:

module.js:340 throw err; ^ Error: Cannot find module './src' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/home/admin/flylatex/node_modules/share/index.js:2:18) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/home/admin/flylatex/app.js:10:13) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:902:3

What should i do?

PiWhy commented 10 years ago

I had the same issue. It sounds like there is a problem with the "share" module. I could solve it by changing the version of the "share" module to "0.6.x" in "package.json".

alabid commented 10 years ago

Sorry for replying to late @stoffel1984 . The semester/trimester is over now.

I wasn't able to reproduce this error. Has this problem been fixed?

stoffel1984 commented 10 years ago

Hi Daniel,

Thanks for you reply. no, the problem still exists. :(

Best Regards Stefan

Am 24.03.2014 um 03:20 schrieb "Daniel" notifications@github.com<mailto:notifications@github.com>:

Sorry for replying to late @stoffel1984https://github.com/stoffel1984 . The semester/trimester is over now.

I wasn't able to reproduce this error. Has this problem been fixed?

— Reply to this email directly or view it on GitHubhttps://github.com/alabid/flylatex/issues/45#issuecomment-38407588.