-
Notifications
You must be signed in to change notification settings - Fork 39
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
Installed package is not recognized #17
Comments
Have you tried specifying it as |
Why would that be required? Bower installed a version that meets my requirement, and now I'm being told "not really". On Mon, Jan 5, 2015 at 4:57 PM, Emre Unal [email protected]
|
Then please change the message to stop saying "run bower install to install missing dependencies", because that is false. On Tue, Jan 6, 2015 at 5:22 AM, Emre Unal [email protected]
|
The current version assumes the manifest is correct. |
That's not the point; the error message is misleading (and flat out wrong in this case). It's extremely user-hostile to throw an error that says "fix this error by running bower install" but running bower install doesn't fix the error. This is the kind of thing that makes people give up on using Ember at all. |
This is going to be handled by another feature. See #16. |
I just upgraded to Ember 1.10 beta by adding
"ember": "~1.10.0"
tobower.json
. I ranbower install
, and everything installed. But the dependency checker fails when I try to start ember-cli:Please recognize packages that are correctly installed and meet the requested dependencies.
(tested on ember-cli-dependency-checker version 0.0.6 and 0.0.7)
The text was updated successfully, but these errors were encountered: