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

failed on inversify-binding-decorators 4.0.0 #338

Open
thaiwu0107 opened this issue Apr 24, 2018 · 4 comments
Open

failed on inversify-binding-decorators 4.0.0 #338

thaiwu0107 opened this issue Apr 24, 2018 · 4 comments

Comments

@thaiwu0107
Copy link

thaiwu0107 commented Apr 24, 2018

Travis CI failed

let provide = makeProvideDecorator(container);
let fluentProvider = makeFluentProvideDecorator(container);

let provideNamed = function(identifier, name) {
    return fluentProvider(identifier)
              .whenTargetNamed(name)
              .done();
};

failed on inversify-binding-decorators 4.0.0
can't not find makeProvideDecorator and makeFluentProvideDecorator

how to fix on inversify-binding-decorators 4.0.0?

@JordanHallGSI
Copy link

@thaiwu0107 inversify-binding-decorators comes with provide and fluentProvider by default. I do not believe you need them lines now

@MattiaPette
Copy link

Sorry for necroposting, but your comment doesn't fix anything. If a user willing to learn the library find this, like I did the first time, it's not that he knows the solution and probably can't figure out himself since it's here looking for a example to thinker with.

@patran
Copy link

patran commented May 27, 2019

I just ran into the same problem. Still trying to figure out different combination to load modules and use @provide works. Inversify keeps reporting error: No matching bindings found for serviceIdentifier: aaaa.

@grimmersnee
Copy link

this still appears to be broken

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

5 participants