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

Missing dependency for Couch #68

Closed
Hiswe opened this issue Dec 18, 2014 · 1 comment
Closed

Missing dependency for Couch #68

Hiswe opened this issue Dec 18, 2014 · 1 comment

Comments

@Hiswe
Copy link
Contributor

Hiswe commented Dec 18, 2014

Hi,

I'm trying to configure etherpad_lite with CouchDb

It seems that you forget to add felix-couchdb dependency to your package.json so it gives this error when launching etherpad:

module.js:340
    throw err;
          ^
Error: Cannot find module 'felix-couchdb'
    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.<anonymous> (/Users/hiswe/Sites/etherpad-lite/src/node_modules/ueberDB/couch_db.js:17: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 Module.require (module.js:364:17)

By installing it manually, it doesn't crash anymore :)

Can you add it to the package.json ?

Thanks

@Hiswe Hiswe changed the title Missing dependencies for Couch Missing dependency for Couch Dec 18, 2014
@JohnMcLear
Copy link
Member

Whack through a pull request with this in and I will merge it.
----- Reply message -----
From: "Hiswe" notifications@github.com
To: "Pita/ueberDB" ueberDB@noreply.github.com
Subject: [ueberDB] Missing dependencies for Couch (#68)
Date: Thu, Dec 18, 2014 04:29

Hi,

I'm trying to configure etherpad_lite with CouchDb

It seems that you forget to add felix-couchdb dependency to your package.json so it gives this error when launching etherpad:

module.js:340
throw err;
^
Error: Cannot find module 'felix-couchdb'
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. (/Users/hiswe/Sites/etherpad-lite/src/node_modules/ueberDB/couch_db.js:17: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 Module.require (module.js:364:17)

By installing it manually, it doesn't crash anymore :)

Can you add it to the package.json ?

Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/68.

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

2 participants