vadimdemedes / ronin

Toolkit for killer CLI applications
http://vdemedes.github.io/ronin
MIT License
299 stars 15 forks source link

Auto-Update deregisters globally installed CLI app #17

Open pulkitsinghal opened 9 years ago

pulkitsinghal commented 9 years ago

On windows, after an auto-update, a CLI app that could previously be used from anywhere on the command line, gets de-registered and has to be re-installed using npm install -g my-app

So before a new version is published on NPM registry, my windows users could run: my-app myCommands ... but after it was published my-app could not be found and had to be re-installed.

vadimdemedes commented 9 years ago

Thanks for reporting this, I am going to replace auto-update mechanism with something more battle-tested.