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

Bower update is not working #2386

Closed
Kanimozhi12 opened this issue Nov 2, 2016 · 1 comment
Closed

Bower update is not working #2386

Kanimozhi12 opened this issue Nov 2, 2016 · 1 comment

Comments

@Kanimozhi12
Copy link

Kanimozhi12 commented Nov 2, 2016

Hi,
Bower version :1.7.9

The issue is reported in below thread is reproduced with my machine.

#1054 .

Any how i will repeat the issue details

Steps to reproduce:

Create a new folder on the desktop.
Open terminal and cd to your new folder.
Run this command: bower install jquery#2.2.0
Run bower list and verify that jQuery 2.2.0 is installed.
Run bower update jquery
Run bower list and find that jQuery 2.2.0 is still installed and that Bower reports 3.1.1 as the latest available version.
Expected Results:

After running bower update, jQuery 2.2.0 should be replaced with jQuery 3.1.1.

Actual Results:

jQuery is not updated to the latest version available.

Note: This is not only with jQuery it is with all other packages that is installed

@sheerun
Copy link
Contributor

sheerun commented Nov 8, 2016

bower update doesn't update package.json by design, and bower update --save is currently broken: #256

@sheerun sheerun closed this as completed Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants