CleverStack / clever-auth

CleverStack Authentication Module
cleverstack.io
MIT License
18 stars 4 forks source link

Error During Injection, can't find factory for UserService #19

Closed yasirhantoush closed 9 years ago

yasirhantoush commented 9 years ago

Any ideas ? couldn't get the module running.

pilsy commented 9 years ago

Hi @yasirhantoush, thanks for reporting this :+1:

I need to release a new version of the module for it to work with the latest CLI and Node-Seed (see https://github.com/CleverStack/clever-auth/compare/1.2.3...master)

I need to fix the tests for travis to pass the build, but have been busy lately with work, refactoring and lots of documentation - But i will take a look at this within the next 24 hours for you ;)

pilsy commented 9 years ago

Btw, if you needed to use the module before then - you can simply clone this repo into your modules/clever-auth folder using git - then run clever setup and grunt prompt:cleverAuthConfig

pilsy commented 9 years ago

The tests have been fixed https://travis-ci.org/CleverStack/clever-auth/builds/55238929 - just releasing a new version of this module now.

pilsy commented 9 years ago

clever-auth 1.2.5 has just been released, https://github.com/CleverStack/clever-auth/releases/tag/1.2.5

this should fix the error you had, let me know if there are anymore issues :+1:

elBarkey commented 9 years ago

same error happened in 1.2.6 version

pilsy commented 9 years ago

@elBarkey do you mean clever-auth@1.2.6 or cleverstack-cli@1.2.6?

andresmeidla commented 9 years ago

the clever-auth readme says:

so a quick fix would be

clever install clever-users

then, in the backend directory, run

grunt db

to create the database entities