If you have two atom windows only the one where you are updating deactivates the package (and therefore stops the worker, needed to allow a file system unlink).
This is not an issue if only a single atom window is open when you run an update.
Workaround
Always update with just one atom window open.
However if you are in a bad state workaround is to uninstall / reinstall the package.
Steps to reproduce
On windows run:
apm install atom-typescript@1.3.1
and then open two atom windows and run update in one of them.
Related
#190
If you have two atom windows only the one where you are updating deactivates the package (and therefore stops the worker, needed to allow a file system unlink).
This is not an issue if only a single atom window is open when you run an update.
Workaround
Always update with just one atom window open.
However if you are in a bad state workaround is to uninstall / reinstall the package.
Steps to reproduce
On windows run:
and then open two atom windows and run update in one of them.
Related
#190