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

Cannot require livedb #4

Closed
mrluc opened this issue Jul 4, 2013 · 2 comments
Closed

Cannot require livedb #4

mrluc opened this issue Jul 4, 2013 · 2 comments

Comments

@mrluc
Copy link

mrluc commented Jul 4, 2013

This fails:

$ npm install livedb
$ node
> require('livedb')
Error: Cannot find module 'livedb'

I can confirm that livedb is in node_modules under that name, and has a package.json that also uses that name.

Compare with livedb-mongo,

$ npm install livedb-mongo
$ node
> require('livedb-mongo')
{ [Function] LiveDbMongo: [Function: LiveDbMongo] }

Which works just fine.

@josephg
Copy link
Member

josephg commented Jul 19, 2013

Eep thanks, this is a big problem. The current workaround is to run make in the livedb/ directory. I'll repull once the travis tests are fixed.

@nateps
Copy link
Contributor

nateps commented Dec 30, 2015

No longer applicable after the sharedb rewrite.

@nateps nateps closed this as completed Dec 30, 2015
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

3 participants