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 mongodb dependency #2

Open
terokaisti opened this issue Oct 6, 2012 · 1 comment
Open

Missing mongodb dependency #2

terokaisti opened this issue Oct 6, 2012 · 1 comment

Comments

@terokaisti
Copy link

87-95-100-192:nodecellar tero$ node server.js

module.js:340
throw err;
^
Error: Cannot find module 'mongodb'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/Users/tero/git/test/nodecellar/routes/wines.js:1:75)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)

@jbueza
Copy link

jbueza commented Nov 2, 2012

This ticket is pretty old. I can't reproduce the issue you've described. Below works fine.

git clone git://github.com/ccoenraets/nodecellar.git && cd nodecellar
npm install
node server.js

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