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

0.0.6 bower version published? #27

Closed
williamsbdev opened this issue Jul 20, 2016 · 8 comments
Closed

0.0.6 bower version published? #27

williamsbdev opened this issue Jul 20, 2016 · 8 comments

Comments

@williamsbdev
Copy link

I am unable to do bower install [email protected]. This is a dependency of the ember-qunit-notifications where it is attempting to do a ~0.0.6. We also checked versions 0.0.7, 0.0.8, and 0.0.9 but none of these seem to be published either. Can you provide some guidance on how we could fix this?

Thanks!

@bcardarella
Copy link
Member

It has been moved over to npm: https://www.npmjs.com/package/qunit-notifications

@williamsbdev
Copy link
Author

@bcardarella - Thank you very much for the quick response. Just so I understand correctly, all we need to do is completely remove the ember-qunit-notifications from our bower.json and replace it with qunit-notifications in our package.json?

@bcardarella
Copy link
Member

What version of ember-cli are you using?

re: bower

Bower should be pulling from the git tags in the repo, those haven't changed. I don't recall ever removing qunit-notifications from Bower, if it isn't being tracked I'm not sure why

@williamsbdev
Copy link
Author

We are using [email protected] and [email protected].

I agree. We see that the tags are still applied on the git repo so we were not sure why it was unable to pull the dependency.

@bcardarella - Thanks again for all the help.

@bcardarella
Copy link
Member

If you've been upgrading an existing app you may need to realign the bower and npm deps. I believe for that version of ember-cli qunit-notifications is expected to be on npm: https:/ember-cli/ember-cli-qunit/blob/master/package.json#L36

and ember-qunit-notifications is expected to be on bower: https:/ember-cli/ember-cli/blob/master/blueprints/app/files/bower.json#L6

@bcardarella
Copy link
Member

That being said, I don't know why ember-qunit-notfications is not on npm

/cc @trentmwillis

@williamsbdev
Copy link
Author

@bcardarella - I see. We must have missed that during our upgrade of ember-cli from 2.5.0 (I believe) to 2.6.2.

ember-qunit-notifications still exists on bower. The issue is that it depends on qunit-notifications with ~0.0.6 and bower cannot find any version to match this so we error. I think we should be able to get past this issue now. Thanks again for all your help with this!

@trentmwillis
Copy link
Contributor

I don't know why ember-qunit-notfications is not on npm

Per a conversation that I can't seem to find (might have happened on Slack), we decided to cut out the need for ember-qunit-notifications. You should only need ember-cli-qunit now (ref: ember-cli/ember-cli-qunit#119).

That said, I never got around to updating the ember-cli blueprints to remove ember-qunit-notifications. Will do that now.

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

3 participants