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

Installing with Ember-CLI 2.2.0.beta.3 doesn't install bower dependencies #170

Closed
visoft opened this issue Jan 5, 2016 · 5 comments
Closed

Comments

@visoft
Copy link
Contributor

visoft commented Jan 5, 2016

I'm running Ember-CLI 2.2.0.beta.3 and I'm getting the following error when trying to test:

ENOENT, no such file or directory .../tmp/source_map_concat-input_base_path-fye3Iewj.tmp/0/bower_components/jquery-mockjax/dist/jquery.mockjax.js'

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.

@danielspaniel
Copy link
Collaborator

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

@visoft
Copy link
Contributor Author

visoft commented Jan 5, 2016

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.

@danielspaniel
Copy link
Collaborator

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.

@visoft
Copy link
Contributor Author

visoft commented Jan 6, 2016

Hmmm, ok. Well at least it's not everyone. Thanks for looking into the problem though!

@visoft visoft closed this as completed Jan 6, 2016
@visoft
Copy link
Contributor Author

visoft commented Jan 7, 2016

Here's the issue: if I run: ember install ember-data-factory-guy@2.1.3 as specified in the docs then mockjax isn't installed. If I run ember install ember-data-factory-guy without the version, it works fine.

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