-
Notifications
You must be signed in to change notification settings - Fork 85
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
npm #45
Comments
I had the same issue. It sounds like there is a problem with the "share" module. |
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? |
Hi Daniel, Thanks for you reply. Best Regards Am 24.03.2014 um 03:20 schrieb "Daniel" <[email protected]mailto:[email protected]>: 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? — |
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?
The text was updated successfully, but these errors were encountered: