-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Installing with Ember-CLI 2.2.0.beta.3 doesn't install bower dependencies #170
Comments
Not sure @visoft, did you try installing in new project? seems like it. I will try it myself and see if I can replicate on cli 2.2.0.beta.3 |
I upgraded a project from cli 1.13.7, it's this project. Master is at a point where I just upgraded and have yet to install ember-data-factory-guy. |
sorry to say, I can not recreate this. I did not use your repo, but I did make a new ember project with ember-cli 1.13.3 then I updated to cli 2.2.0-beta.3 .. then I ran ember init, and overrode all files, like bower.json and package.json ( not usually a great idea to override those two ) .. then ember install ember-data-factory-guy install mockjax ok. You must have done a particular combination of something that I am not sure how to recreate. |
Hmmm, ok. Well at least it's not everyone. Thanks for looking into the problem though! |
Here's the issue: if I run: |
I'm running Ember-CLI 2.2.0.beta.3 and I'm getting the following error when trying to test:
Turns out, there is no jquery-mockjax directory in my
bower_components
directory. I'm sure I can install it manually, but is this an Ember-CLI bug or a problem with ember-data-factory-guy? I cleanly installed ember-data-factory-guy using v2.1.3.The text was updated successfully, but these errors were encountered: