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

Bot won't start #19

Open
mikelilly opened this issue May 7, 2013 · 2 comments
Open

Bot won't start #19

mikelilly opened this issue May 7, 2013 · 2 comments

Comments

@mikelilly
Copy link

Hey guys, I'm new to node.js and mongodb, so I can't point what is causing my error. Any help is much appreciated.

Sir Lance >>> Loading.

/home/ubuntu/turntable/node_modules/mongoskin/lib/mongoskin/utils.js:75
exports.extend = function (destination, source) {
^
TypeError: Cannot assign to read only property 'extend' of #
at Object. (/home/ubuntu/turntable/node_modules/mongoskin/lib/mongoskin/utils.js:75:16)
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/ubuntu/turntable/node_modules/mongoskin/lib/mongoskin/db.js:17:13)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

@technobly
Copy link
Contributor

You probably don't have mongo set up properly... I know how to set it up on windows... ubuntu, not so much.

@mikelilly
Copy link
Author

I must be doing something incredibly basic wrong, as I just managed to get the same error in my windows environment.

Sir Lance >>> Loading.

C:\turntable\node_modules\mongoskin\lib\mongoskin
\utils.js:75
exports.extend = function (destination, source) {
^
TypeError: Cannot assign to read only property 'extend' of #
at Object. (C:\turntable\node_modu
les\mongoskin\lib\mongoskin\utils.js:75:16)
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. (C:\turntable\node_modu
les\mongoskin\lib\mongoskin\db.js:17:13)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

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