Hirse / brackets-ungit

Brackets Extension to view Ungit directly in Brackets
MIT License
22 stars 5 forks source link

A new version of ungit (0.10.0) is available! Run sudo -H npm update -g ungit to install. (You are currently running version 0.9.3.) #6

Closed zeg-io closed 7 years ago

zeg-io commented 8 years ago

I keep getting the above warning.

However, when I run the command, and my version is updated, the ungit extension seems to ignore it... OR the ungit extension is looking at some other installation?

zeg-io commented 8 years ago

It would seem you are installing a version of ungit within the extension which is not being updated

zeg-io commented 8 years ago

...and version 0.10.0 doesn't work with the extension

Hirse commented 8 years ago

The extension is running the locally installed version of ungit. With the command in your title you are installing the new version globally.

To update the used version change the entry in the package.json and run npm update.

basbebe commented 8 years ago

will the brackets extension be updated to use the new version?

zeg-io commented 8 years ago

Hirse, when the version is updated it doesn't work with the extension, it crashes. I had to revert to 0.9.3

Hirse commented 8 years ago

@zeg-io Thanks for testing this. @bax- based on @zeg-io's experience I am not going to update right now.

Hirse commented 7 years ago

Please install from Git or npm for an updated version. Release to Brackets Extension Registry should follow shortly. (There are currently some issues: https://github.com/adobe/brackets/issues/13403.)