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

Error on installation #1

Closed
abhishekbatra opened this issue Feb 18, 2015 · 4 comments
Closed

Error on installation #1

abhishekbatra opened this issue Feb 18, 2015 · 4 comments

Comments

@abhishekbatra
Copy link

Hi,

As soon as I installed the library I received the following error in the running meteor instance:

W20150218-15:27:04.894(5.5)? (STDERR) Error: A method named 'createUser' is already defined
W20150218-15:27:04.894(5.5)? (STDERR) at packages/ddp/livedata_server.js:1444:1
W20150218-15:27:04.895(5.5)? (STDERR) at Function..each..forEach (packages/underscore/underscore.js:113:1)
W20150218-15:27:04.895(5.5)? (STDERR) at [object Object]._.extend.methods (packages/ddp/livedata_server.js:1442:1)
W20150218-15:27:04.895(5.5)? (STDERR) at Package (packages/okland:accounts-phone/phone_server.js:543:1)

Please let me know how I can fix this.

Thanks,
Abhishek

@okland
Copy link
Owner

okland commented Feb 22, 2015

Hey,
Which other meteor packages do you use ?

@abhishekbatra
Copy link
Author

Hey,

I have the following packages installed:

meteor-platform
urigo:angular
twbs:bootstrap
accounts-ui
angularui:angular-ui-router
accounts-password
aldeed:collection2
edgee:slingshot
random
meteorhacks:npm
npm-container
mdg:geolocation
okland:accounts-phone

@okland
Copy link
Owner

okland commented Feb 22, 2015

There was a problem of using the same name for meteor function "createUser" in okland:accounts-phone and accounts-password, i fixed it in version 0.0.8.

@abhishekbatra
Copy link
Author

Hey,

It works fine now. Thanks a lot for the fixes! This issue can be closed I guess, maybe you can mark the commit here.

Abhishek

okland referenced this issue Feb 23, 2015
Test is passing.
@okland okland closed this as completed Feb 23, 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

2 participants